Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- ResourceReferenceKeyNotFoundException.cs
- TraceInternal.cs
- MulticastIPAddressInformationCollection.cs
- HttpListenerRequestUriBuilder.cs
- SequenceFullException.cs
- XmlAtomicValue.cs
- PersonalizablePropertyEntry.cs
- EdmComplexTypeAttribute.cs
- ListViewHitTestInfo.cs
- Pen.cs
- HandledEventArgs.cs
- ZoomPercentageConverter.cs
- SafeEventLogReadHandle.cs
- Pen.cs
- TextBoxAutoCompleteSourceConverter.cs
- Stackframe.cs
- _ListenerResponseStream.cs
- ContextMenuStripGroup.cs
- QueryOutputWriter.cs
- TdsValueSetter.cs
- HighContrastHelper.cs
- SelectionPattern.cs
- InsufficientMemoryException.cs
- TouchesOverProperty.cs
- DbConnectionPoolGroupProviderInfo.cs
- NavigationWindow.cs
- HttpWebResponse.cs
- UrlPropertyAttribute.cs
- RtfToXamlLexer.cs
- LoginCancelEventArgs.cs
- CallbackException.cs
- InkCanvasInnerCanvas.cs
- Errors.cs
- PrintingPermission.cs
- StickyNoteAnnotations.cs
- TransformConverter.cs
- HScrollProperties.cs
- PageParserFilter.cs
- FileDialogPermission.cs
- HTTP_SERVICE_CONFIG_URLACL_PARAM.cs
- Configuration.cs
- URLMembershipCondition.cs
- MenuItem.cs
- CodeTypeOfExpression.cs
- DbParameterHelper.cs
- EventMappingSettings.cs
- PackageDigitalSignature.cs
- RIPEMD160Managed.cs
- HyperLinkField.cs
- DataGridViewCellStateChangedEventArgs.cs
- _SslState.cs
- ConfigXmlText.cs
- WebControl.cs
- CollectionBuilder.cs
- JsonCollectionDataContract.cs
- X509Certificate.cs
- UIElement3DAutomationPeer.cs
- XmlIgnoreAttribute.cs
- XPathCompiler.cs
- KeyInstance.cs
- SessionSwitchEventArgs.cs
- ResXResourceReader.cs
- IndependentAnimationStorage.cs
- DataGridViewCellCancelEventArgs.cs
- SHA1Managed.cs
- SqlLiftIndependentRowExpressions.cs
- CollectionViewProxy.cs
- KnowledgeBase.cs
- BulletedList.cs
- Figure.cs
- SingleTagSectionHandler.cs
- CaseInsensitiveOrdinalStringComparer.cs
- MemberPath.cs
- SqlGenerator.cs
- X509RecipientCertificateServiceElement.cs
- Stopwatch.cs
- XamlRtfConverter.cs
- PenContexts.cs
- UTF7Encoding.cs
- ClientSettingsProvider.cs
- ConstructorNeedsTagAttribute.cs
- SqlCommand.cs
- DataGridViewRowPrePaintEventArgs.cs
- DateTimePicker.cs
- AspNetPartialTrustHelpers.cs
- AlternationConverter.cs
- ProcessHostServerConfig.cs
- ACL.cs
- PreviewPrintController.cs
- MissingMemberException.cs
- DataGridColumnHeaderAutomationPeer.cs
- BasicExpandProvider.cs
- NumericExpr.cs
- OrthographicCamera.cs
- SmiContextFactory.cs
- ProxyDataContractResolver.cs
- SqlUtil.cs
- TdsParserSafeHandles.cs
- TextFindEngine.cs
- DataGridAddNewRow.cs