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
- Transform3DGroup.cs
- DecimalConverter.cs
- InstanceStoreQueryResult.cs
- PerspectiveCamera.cs
- NegotiationTokenAuthenticator.cs
- Blend.cs
- WebPartEventArgs.cs
- ipaddressinformationcollection.cs
- Publisher.cs
- ArraySortHelper.cs
- SamlSecurityToken.cs
- PrintPreviewControl.cs
- CurrentChangingEventArgs.cs
- BmpBitmapDecoder.cs
- Pkcs7Recipient.cs
- SqlWebEventProvider.cs
- WindowsIdentity.cs
- TargetParameterCountException.cs
- ToolStripGripRenderEventArgs.cs
- DetailsViewModeEventArgs.cs
- RichTextBox.cs
- SQLCharsStorage.cs
- Rect3DValueSerializer.cs
- SpnegoTokenProvider.cs
- UpDownBaseDesigner.cs
- XmlSchema.cs
- PathNode.cs
- UserMapPath.cs
- ObjectListShowCommandsEventArgs.cs
- MemoryPressure.cs
- SqlBinder.cs
- TabItemWrapperAutomationPeer.cs
- WpfWebRequestHelper.cs
- IChannel.cs
- ToolStripHighContrastRenderer.cs
- OutputCacheModule.cs
- RC2.cs
- BitmapDownload.cs
- Thickness.cs
- LoginCancelEventArgs.cs
- ReverseQueryOperator.cs
- BreakRecordTable.cs
- SingleObjectCollection.cs
- Attributes.cs
- BinaryCommonClasses.cs
- EncryptedKeyHashIdentifierClause.cs
- ExpressionList.cs
- SqlBooleanizer.cs
- DataServiceQueryException.cs
- SetStateDesigner.cs
- LinkedResource.cs
- CancellationHandlerDesigner.cs
- TemplateKeyConverter.cs
- SafeNativeMemoryHandle.cs
- WebPartEditVerb.cs
- DataColumnMapping.cs
- OleServicesContext.cs
- HostedHttpRequestAsyncResult.cs
- Number.cs
- SizeConverter.cs
- ConsoleEntryPoint.cs
- ServicePoint.cs
- _ConnectionGroup.cs
- SerialErrors.cs
- HwndKeyboardInputProvider.cs
- NavigationEventArgs.cs
- KnownTypesHelper.cs
- ActivityTrace.cs
- BindingUtils.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- WindowsFormsLinkLabel.cs
- SafeHandles.cs
- XamlPointCollectionSerializer.cs
- TimersDescriptionAttribute.cs
- PasswordTextContainer.cs
- TrackingProfileSerializer.cs
- InputElement.cs
- ApplicationServicesHostFactory.cs
- AdvancedBindingPropertyDescriptor.cs
- SHA384Managed.cs
- SqlAliasesReferenced.cs
- MsmqEncryptionAlgorithm.cs
- XmlSchemaImport.cs
- PermissionToken.cs
- ScriptControl.cs
- SqlAggregateChecker.cs
- ReadOnlyCollection.cs
- Utils.cs
- PolicyUnit.cs
- UnmanagedBitmapWrapper.cs
- Size3D.cs
- WebCategoryAttribute.cs
- BindingsCollection.cs
- SvcMapFile.cs
- XmlTextReader.cs
- GridSplitter.cs
- RSAOAEPKeyExchangeFormatter.cs
- PersonalizablePropertyEntry.cs
- LogAppendAsyncResult.cs
- TaiwanLunisolarCalendar.cs