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
- mansign.cs
- SqlVisitor.cs
- TextLineBreak.cs
- Assembly.cs
- FormViewAutoFormat.cs
- ClientScriptManagerWrapper.cs
- StringToken.cs
- Set.cs
- Privilege.cs
- GACMembershipCondition.cs
- DivideByZeroException.cs
- RotationValidation.cs
- MobileErrorInfo.cs
- DataControlButton.cs
- IndexOutOfRangeException.cs
- ThreadAbortException.cs
- TdsParserSafeHandles.cs
- ComponentResourceKeyConverter.cs
- AxDesigner.cs
- SystemKeyConverter.cs
- XomlSerializationHelpers.cs
- NativeRecognizer.cs
- MemberRelationshipService.cs
- TdsParserStaticMethods.cs
- exports.cs
- TdsParserHelperClasses.cs
- handlecollector.cs
- EpmSyndicationContentDeSerializer.cs
- OdbcEnvironment.cs
- COM2Enum.cs
- HttpValueCollection.cs
- PropagatorResult.cs
- TemplateLookupAction.cs
- PolicyManager.cs
- HttpListenerRequestTraceRecord.cs
- JsonReader.cs
- DiagnosticTraceSchemas.cs
- MarkupCompilePass1.cs
- Brush.cs
- DataControlReference.cs
- TCPClient.cs
- TraversalRequest.cs
- ControlUtil.cs
- WebResourceAttribute.cs
- DSASignatureDeformatter.cs
- TypedRowHandler.cs
- XsltFunctions.cs
- CombinedGeometry.cs
- ListCollectionView.cs
- Condition.cs
- ResourceType.cs
- ResourceExpressionEditor.cs
- BackStopAuthenticationModule.cs
- DBSqlParserTableCollection.cs
- HostExecutionContextManager.cs
- ToolStripRendererSwitcher.cs
- TextDecorationCollection.cs
- QueryResponse.cs
- DynamicObject.cs
- Switch.cs
- PageCodeDomTreeGenerator.cs
- EnumerableRowCollectionExtensions.cs
- GridPattern.cs
- _ListenerRequestStream.cs
- IpcPort.cs
- SmtpException.cs
- Collection.cs
- SmuggledIUnknown.cs
- CompiledIdentityConstraint.cs
- MemberDescriptor.cs
- XmlCountingReader.cs
- SyndicationDeserializer.cs
- VersionPair.cs
- Lasso.cs
- _ReceiveMessageOverlappedAsyncResult.cs
- DbConnectionPoolCounters.cs
- PartialTrustVisibleAssemblyCollection.cs
- ContextMarshalException.cs
- Odbc32.cs
- TextMarkerSource.cs
- SerializationAttributes.cs
- PersonalizationEntry.cs
- SchemaManager.cs
- TraceLevelHelper.cs
- SHA1Cng.cs
- HTTP_SERVICE_CONFIG_URLACL_KEY.cs
- ProxyAttribute.cs
- VideoDrawing.cs
- WsiProfilesElement.cs
- ExternalDataExchangeService.cs
- LogSwitch.cs
- HttpValueCollection.cs
- ISAPIRuntime.cs
- ContainerFilterService.cs
- MediaTimeline.cs
- AutomationElementCollection.cs
- RegexMatchCollection.cs
- CuspData.cs
- ConstantProjectedSlot.cs
- validationstate.cs