Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Net / System / Net / NetworkInformation / SystemGatewayIPAddressInformation.cs / 1305376 / SystemGatewayIPAddressInformation.cs
using System; namespace System.Net.NetworkInformation { /// Provides information about a network interface address. internal class SystemGatewayIPAddressInformation:GatewayIPAddressInformation { IPAddress address; internal SystemGatewayIPAddressInformation(IPAddress address){ this.address = address; } /// Gets the Internet Protocol (IP) address. public override IPAddress Address { get{ return address; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. using System; namespace System.Net.NetworkInformation { /// Provides information about a network interface address. internal class SystemGatewayIPAddressInformation:GatewayIPAddressInformation { IPAddress address; internal SystemGatewayIPAddressInformation(IPAddress address){ this.address = address; } /// Gets the Internet Protocol (IP) address. public override IPAddress Address { get{ return address; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DbDataAdapter.cs
- BulletChrome.cs
- ThreadPool.cs
- WindowInteractionStateTracker.cs
- ValidationErrorCollection.cs
- TreeIterator.cs
- ConstantExpression.cs
- DateTimeUtil.cs
- Misc.cs
- WebPartDescription.cs
- Style.cs
- StdValidatorsAndConverters.cs
- XmlSchemaGroupRef.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- Variable.cs
- TextContainerHelper.cs
- ScrollBar.cs
- HttpCacheVaryByContentEncodings.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- GeneralTransform.cs
- TextSchema.cs
- TextTabProperties.cs
- ServiceNameElement.cs
- WebControl.cs
- MarkupExtensionParser.cs
- UserPreferenceChangingEventArgs.cs
- TemplatePagerField.cs
- RijndaelManagedTransform.cs
- DataGridViewCellContextMenuStripNeededEventArgs.cs
- RuntimeCompatibilityAttribute.cs
- ExpressionBuilderContext.cs
- UserControl.cs
- TraceData.cs
- ReaderOutput.cs
- CodeGotoStatement.cs
- SqlDataReaderSmi.cs
- WindowsListBox.cs
- DocumentPageTextView.cs
- XmlSerializerVersionAttribute.cs
- NameGenerator.cs
- LogicalTreeHelper.cs
- InstancePersistenceContext.cs
- sqlstateclientmanager.cs
- TracingConnection.cs
- LowerCaseStringConverter.cs
- TableRow.cs
- DesignerAutoFormatCollection.cs
- RegistryExceptionHelper.cs
- GPRECTF.cs
- TextCollapsingProperties.cs
- RawStylusActions.cs
- SemaphoreSlim.cs
- CursorConverter.cs
- WebProxyScriptElement.cs
- ModelEditingScope.cs
- EntityDataSourceMemberPath.cs
- DataView.cs
- QueuePathEditor.cs
- _SslSessionsCache.cs
- DocumentGridPage.cs
- StringArrayConverter.cs
- OutOfProcStateClientManager.cs
- ColumnProvider.cs
- UInt16.cs
- XmlWriterSettings.cs
- DataObjectCopyingEventArgs.cs
- AuthenticationServiceManager.cs
- SystemException.cs
- MailAddressCollection.cs
- ValidationRuleCollection.cs
- WebPartTracker.cs
- DocumentGridContextMenu.cs
- IdentityValidationException.cs
- ToolboxItemFilterAttribute.cs
- ItemMap.cs
- QueryAsyncResult.cs
- TiffBitmapDecoder.cs
- ClientApiGenerator.cs
- GZipDecoder.cs
- ISCIIEncoding.cs
- LocatorBase.cs
- AggregatePushdown.cs
- SqlDataSourceSelectingEventArgs.cs
- PointConverter.cs
- documentsequencetextcontainer.cs
- GeneralTransform2DTo3DTo2D.cs
- TextPatternIdentifiers.cs
- SHA1CryptoServiceProvider.cs
- DPCustomTypeDescriptor.cs
- DrawTreeNodeEventArgs.cs
- TextClipboardData.cs
- WsdlBuildProvider.cs
- VBIdentifierNameEditor.cs
- WebReferencesBuildProvider.cs
- PropertyCollection.cs
- DbInsertCommandTree.cs
- _IPv4Address.cs
- WebPartDisplayMode.cs
- ZipIOFileItemStream.cs
- PersistenceTypeAttribute.cs