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
- TypedColumnHandler.cs
- TextRangeProviderWrapper.cs
- TypeBuilderInstantiation.cs
- LinqMaximalSubtreeNominator.cs
- RequestCachePolicyConverter.cs
- SoapSchemaImporter.cs
- MimeObjectFactory.cs
- CodeSnippetStatement.cs
- UriScheme.cs
- CancelRequestedRecord.cs
- StringOutput.cs
- OleDbWrapper.cs
- DataStreamFromComStream.cs
- UInt32.cs
- SettingsPropertyValueCollection.cs
- DbConnectionStringBuilder.cs
- MsmqEncryptionAlgorithm.cs
- SQLByteStorage.cs
- InkCollectionBehavior.cs
- IndexOutOfRangeException.cs
- WeakRefEnumerator.cs
- ReflectPropertyDescriptor.cs
- DynamicControl.cs
- EraserBehavior.cs
- SortableBindingList.cs
- DetailsViewPagerRow.cs
- ListViewInsertEventArgs.cs
- UserNameSecurityTokenAuthenticator.cs
- DATA_BLOB.cs
- Interop.cs
- XamlClipboardData.cs
- M3DUtil.cs
- XPathEmptyIterator.cs
- DependencyPropertyKey.cs
- NativeMethods.cs
- RuntimeResourceSet.cs
- ListBoxItemAutomationPeer.cs
- NumberFormatInfo.cs
- DocumentCollection.cs
- SQLGuid.cs
- DataServiceRequestOfT.cs
- RawMouseInputReport.cs
- MessageFormatterConverter.cs
- BuilderInfo.cs
- DependsOnAttribute.cs
- TiffBitmapEncoder.cs
- CanExecuteRoutedEventArgs.cs
- RouteItem.cs
- HtmlElementEventArgs.cs
- FunctionQuery.cs
- XmlSerializerNamespaces.cs
- HttpResponseInternalWrapper.cs
- CodeCompiler.cs
- FixedSOMLineCollection.cs
- FormattedText.cs
- PersistenceException.cs
- ReliableSession.cs
- ConsoleCancelEventArgs.cs
- EditCommandColumn.cs
- X509RawDataKeyIdentifierClause.cs
- MenuItemCollection.cs
- ScriptReferenceEventArgs.cs
- StatusBarItem.cs
- HttpProfileBase.cs
- GridToolTip.cs
- Pair.cs
- ClientSettingsStore.cs
- DesignerDataConnection.cs
- ProcessModelSection.cs
- FrameworkTextComposition.cs
- XPathNodePointer.cs
- RoutedEventHandlerInfo.cs
- Light.cs
- AspNetCacheProfileAttribute.cs
- ZipFileInfoCollection.cs
- DataGridBoundColumn.cs
- SafeRightsManagementHandle.cs
- Label.cs
- UserControl.cs
- NameScope.cs
- CodeNamespaceImportCollection.cs
- XmlMembersMapping.cs
- Pair.cs
- ChooseAction.cs
- RNGCryptoServiceProvider.cs
- WebPartConnectVerb.cs
- TypeUnloadedException.cs
- SequentialOutput.cs
- ParentControlDesigner.cs
- TranslateTransform.cs
- Model3D.cs
- ExpressionBuilder.cs
- RC2CryptoServiceProvider.cs
- Transform3D.cs
- TextEditorSpelling.cs
- WrappedIUnknown.cs
- OneToOneMappingSerializer.cs
- FixedSOMFixedBlock.cs
- InternalConfigRoot.cs
- SchemaLookupTable.cs