Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Net / System / Net / NetworkInformation / SystemGatewayIPAddressInformation.cs / 1 / 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
- StartFileNameEditor.cs
- NetTcpSecurity.cs
- RefExpr.cs
- RemoveStoryboard.cs
- DelegateHelpers.Generated.cs
- HTTPNotFoundHandler.cs
- TextBoxView.cs
- IPGlobalProperties.cs
- PersonalizableAttribute.cs
- QueryAccessibilityHelpEvent.cs
- BaseDataBoundControl.cs
- XmlSchemas.cs
- XPathExpr.cs
- GeometryGroup.cs
- CodeAccessPermission.cs
- Propagator.Evaluator.cs
- DateTimeConstantAttribute.cs
- BitmapMetadataBlob.cs
- ExpressionBuilder.cs
- SafeLibraryHandle.cs
- HttpApplication.cs
- DefaultWorkflowTransactionService.cs
- XmlUnspecifiedAttribute.cs
- BasicAsyncResult.cs
- CurrencyManager.cs
- SettingsPropertyNotFoundException.cs
- ProxyElement.cs
- TokenBasedSetEnumerator.cs
- TextViewElement.cs
- Repeater.cs
- dbenumerator.cs
- AssemblyBuilderData.cs
- KeyedCollection.cs
- MimeBasePart.cs
- RoleExceptions.cs
- DispatchChannelSink.cs
- PropertyCollection.cs
- HostProtectionException.cs
- BuildDependencySet.cs
- FacetValues.cs
- ToolboxItem.cs
- SmtpFailedRecipientsException.cs
- NamespaceList.cs
- DateTimeOffsetConverter.cs
- DataMemberConverter.cs
- FixedSOMGroup.cs
- PersonalizationStateInfo.cs
- ArrayListCollectionBase.cs
- DecimalAnimation.cs
- WebPartCollection.cs
- Cell.cs
- ObjectSecurity.cs
- smtppermission.cs
- OdbcHandle.cs
- XmlSchemaComplexContentExtension.cs
- StatusBarItem.cs
- RegexReplacement.cs
- QueryStack.cs
- UrlRoutingModule.cs
- Int32Rect.cs
- SctClaimDictionary.cs
- EventLogPermissionEntryCollection.cs
- EraserBehavior.cs
- DeferredRunTextReference.cs
- ExternalException.cs
- XmlAttributeOverrides.cs
- MemoryMappedView.cs
- VisualStyleElement.cs
- GroupBox.cs
- ResizeGrip.cs
- FileVersionInfo.cs
- Mouse.cs
- TextEditorSelection.cs
- Pointer.cs
- Brush.cs
- GradientStop.cs
- NavigationProgressEventArgs.cs
- WorkingDirectoryEditor.cs
- OpenTypeLayoutCache.cs
- SqlTopReducer.cs
- WebPartTransformerCollection.cs
- TickBar.cs
- AnnotationMap.cs
- LocatorBase.cs
- Quaternion.cs
- XmlEncoding.cs
- CharEnumerator.cs
- DataGridDesigner.cs
- DataTablePropertyDescriptor.cs
- GeometryCombineModeValidation.cs
- EntityWithChangeTrackerStrategy.cs
- Console.cs
- Config.cs
- ZipIOLocalFileHeader.cs
- ThreadStateException.cs
- DiscreteKeyFrames.cs
- TreeIterators.cs
- TextSpanModifier.cs
- WindowInteractionStateTracker.cs
- XmlElementAttribute.cs