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
- SimpleBitVector32.cs
- MediaElement.cs
- MemberHolder.cs
- DependencyPropertyHelper.cs
- SessionSwitchEventArgs.cs
- TextDocumentView.cs
- IPPacketInformation.cs
- NameValueSectionHandler.cs
- OpacityConverter.cs
- GlobalDataBindingHandler.cs
- FtpCachePolicyElement.cs
- ShaderEffect.cs
- ExtensionFile.cs
- QilPatternVisitor.cs
- TextFragmentEngine.cs
- ButtonFieldBase.cs
- Int32Storage.cs
- DataObject.cs
- RootNamespaceAttribute.cs
- ClientApiGenerator.cs
- SystemDropShadowChrome.cs
- BulletChrome.cs
- GuidTagList.cs
- SqlParameterizer.cs
- DrawListViewItemEventArgs.cs
- OdbcInfoMessageEvent.cs
- ObjectAnimationUsingKeyFrames.cs
- UInt16Converter.cs
- MarkupWriter.cs
- GeometryConverter.cs
- MemberCollection.cs
- FormsAuthenticationTicket.cs
- AssertFilter.cs
- SchemaImporterExtensionElement.cs
- FontInfo.cs
- RegistrySecurity.cs
- CodeSubDirectoriesCollection.cs
- XmlWriter.cs
- PropertyDescriptorComparer.cs
- TextClipboardData.cs
- Main.cs
- MobileSysDescriptionAttribute.cs
- UserControlCodeDomTreeGenerator.cs
- TemplatePagerField.cs
- BuildProvider.cs
- SystemWebSectionGroup.cs
- TransportationConfigurationTypeInstallComponent.cs
- SocketPermission.cs
- SortFieldComparer.cs
- Repeater.cs
- InvokeGenerator.cs
- XMLSchema.cs
- SiteMapNodeItemEventArgs.cs
- CompilerCollection.cs
- dataobject.cs
- DbBuffer.cs
- AddressingProperty.cs
- SQLByteStorage.cs
- CompressEmulationStream.cs
- WindowsAuthenticationModule.cs
- HtmlTableRow.cs
- _NegoStream.cs
- IgnoreFlushAndCloseStream.cs
- DBConnectionString.cs
- ShaderEffect.cs
- ReflectTypeDescriptionProvider.cs
- DesignerActionGlyph.cs
- RoamingStoreFile.cs
- XmlILOptimizerVisitor.cs
- WorkflowTimerService.cs
- EditorPartCollection.cs
- InternalConfigRoot.cs
- XPathNodeInfoAtom.cs
- ReflectionServiceProvider.cs
- ImageKeyConverter.cs
- TrailingSpaceComparer.cs
- SoapBinding.cs
- GetRecipientRequest.cs
- ScriptDescriptor.cs
- CopyAction.cs
- TextSelection.cs
- WmlPageAdapter.cs
- UndoUnit.cs
- ListBoxChrome.cs
- DataGridViewCellParsingEventArgs.cs
- CodeGen.cs
- SchemaElementDecl.cs
- SweepDirectionValidation.cs
- TrackingAnnotationCollection.cs
- RemoveStoryboard.cs
- TextSearch.cs
- loginstatus.cs
- formatstringdialog.cs
- TouchFrameEventArgs.cs
- StringAnimationBase.cs
- SafePEFileHandle.cs
- PathGradientBrush.cs
- WrappingXamlSchemaContext.cs
- ClientTarget.cs
- ValidationRule.cs