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
- EntityTypeBase.cs
- CodeParameterDeclarationExpression.cs
- MembershipPasswordException.cs
- XmlFormatExtensionPointAttribute.cs
- BitmapSource.cs
- TabControlEvent.cs
- log.cs
- SafeEventLogWriteHandle.cs
- SerializationInfoEnumerator.cs
- FileDialogCustomPlacesCollection.cs
- GenericWebPart.cs
- ToolstripProfessionalRenderer.cs
- DataSetSchema.cs
- httpserverutility.cs
- Automation.cs
- XmlSerializerSection.cs
- ResXBuildProvider.cs
- MemberHolder.cs
- SqlDataSourceCommandEventArgs.cs
- ProfileSettingsCollection.cs
- Point3DConverter.cs
- ResourceProviderFactory.cs
- DiscoveryRequestHandler.cs
- ScaleTransform3D.cs
- DictionaryEntry.cs
- SQLInt64.cs
- WebPageTraceListener.cs
- AsynchronousChannel.cs
- SQLResource.cs
- GlobalizationAssembly.cs
- Rfc2898DeriveBytes.cs
- Vector3DKeyFrameCollection.cs
- EventData.cs
- EventLogQuery.cs
- Int64KeyFrameCollection.cs
- AutomationEvent.cs
- RuntimeHandles.cs
- SqlMethodAttribute.cs
- TextDecorationLocationValidation.cs
- ADConnectionHelper.cs
- LinkUtilities.cs
- TreeNodeClickEventArgs.cs
- BuildProvider.cs
- CodeConditionStatement.cs
- TextAction.cs
- ImageListUtils.cs
- ContentDefinition.cs
- MetadataUtilsSmi.cs
- RequestResizeEvent.cs
- FloaterBaseParaClient.cs
- Effect.cs
- MarkerProperties.cs
- AttachedAnnotationChangedEventArgs.cs
- ProxyElement.cs
- RawStylusInputCustomData.cs
- Model3DGroup.cs
- ProviderCollection.cs
- CollectionBuilder.cs
- Visual3D.cs
- Brush.cs
- TextMetrics.cs
- OpacityConverter.cs
- ThaiBuddhistCalendar.cs
- ServerValidateEventArgs.cs
- SQLByteStorage.cs
- OAVariantLib.cs
- InitialServerConnectionReader.cs
- ShutDownListener.cs
- XmlEntityReference.cs
- Msec.cs
- CorrelationValidator.cs
- ModuleBuilder.cs
- ElementUtil.cs
- ContextProperty.cs
- SecurityTokenParametersEnumerable.cs
- Nullable.cs
- SapiRecognizer.cs
- WebZoneDesigner.cs
- Matrix.cs
- CryptoApi.cs
- LineGeometry.cs
- Opcode.cs
- entityreference_tresulttype.cs
- ScrollItemProviderWrapper.cs
- DecoderReplacementFallback.cs
- TextViewBase.cs
- RequestCacheValidator.cs
- OrderedDictionary.cs
- SmtpSection.cs
- AssociationType.cs
- XmlSchemaAnnotated.cs
- Aes.cs
- PropertyGridCommands.cs
- StylusPointPropertyUnit.cs
- PieceNameHelper.cs
- BamlVersionHeader.cs
- InkCanvas.cs
- TypeConverterValueSerializer.cs
- SchemaReference.cs
- ObjectItemCollection.cs