Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Net / System / Net / NetworkInformation / SystemIPv6InterfaceProperties.cs / 1 / SystemIPv6InterfaceProperties.cs
////// namespace System.Net.NetworkInformation { using System.Net; using System.Net.Sockets; using System; using System.Runtime.InteropServices; using System.Collections; using System.ComponentModel; using System.Security.Permissions; using Microsoft.Win32; internal class SystemIPv6InterfaceProperties:IPv6InterfaceProperties{ uint index = 0; uint mtu = 0; internal SystemIPv6InterfaceProperties(uint index, uint mtu) { this.index = index; this.mtu = mtu; } /// /// Provides support for ip configuation information and statistics. /// Specifies the Maximum transmission unit in bytes. Uses GetIFEntry. //We cache this to be consistent across all platforms public override int Index{ get { return (int)index; } } ///Specifies the Maximum transmission unit in bytes. Uses GetIFEntry. //We cache this to be consistent across all platforms public override int Mtu{ get { return (int) mtu; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. ////// namespace System.Net.NetworkInformation { using System.Net; using System.Net.Sockets; using System; using System.Runtime.InteropServices; using System.Collections; using System.ComponentModel; using System.Security.Permissions; using Microsoft.Win32; internal class SystemIPv6InterfaceProperties:IPv6InterfaceProperties{ uint index = 0; uint mtu = 0; internal SystemIPv6InterfaceProperties(uint index, uint mtu) { this.index = index; this.mtu = mtu; } /// /// Provides support for ip configuation information and statistics. /// Specifies the Maximum transmission unit in bytes. Uses GetIFEntry. //We cache this to be consistent across all platforms public override int Index{ get { return (int)index; } } ///Specifies the Maximum transmission unit in bytes. Uses GetIFEntry. //We cache this to be consistent across all platforms public override int Mtu{ get { return (int) mtu; } } } } // 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
- X509Certificate.cs
- MappingException.cs
- BitArray.cs
- LiteralControl.cs
- SqlParameter.cs
- TheQuery.cs
- SqlXmlStorage.cs
- PlaceHolder.cs
- GlyphTypeface.cs
- PropertyCondition.cs
- XmlParserContext.cs
- ProcessStartInfo.cs
- TypeExtensions.cs
- DataGridViewTextBoxColumn.cs
- SynchronizationContext.cs
- InvalidCastException.cs
- ToolStripGrip.cs
- DesignerLoader.cs
- TemplateLookupAction.cs
- XmlCharCheckingReader.cs
- DbReferenceCollection.cs
- ControllableStoryboardAction.cs
- DataSourceCacheDurationConverter.cs
- BinaryFormatter.cs
- VirtualStackFrame.cs
- PropertyGridView.cs
- RangeValuePattern.cs
- SoapAttributes.cs
- TableLayoutColumnStyleCollection.cs
- WebBrowserPermission.cs
- SvcMapFileSerializer.cs
- ToolStripContainer.cs
- ImageField.cs
- Axis.cs
- DataViewSetting.cs
- SupportsPreviewControlAttribute.cs
- Storyboard.cs
- AbstractSvcMapFileLoader.cs
- GcHandle.cs
- HtmlTableRow.cs
- TypeValidationEventArgs.cs
- DataReaderContainer.cs
- OleDbReferenceCollection.cs
- SystemIPGlobalProperties.cs
- Drawing.cs
- DesignerForm.cs
- LowerCaseStringConverter.cs
- HttpPostLocalhostServerProtocol.cs
- HttpListenerRequest.cs
- CompressStream.cs
- Dictionary.cs
- EditorPart.cs
- AnnotationResourceChangedEventArgs.cs
- WebPartDisplayModeCollection.cs
- BaseValidator.cs
- UniformGrid.cs
- BitmapEffectDrawingContextState.cs
- ClientSponsor.cs
- SrgsOneOf.cs
- ConstrainedDataObject.cs
- DBAsyncResult.cs
- CodeGenerator.cs
- FacetChecker.cs
- ZoomPercentageConverter.cs
- RemotingException.cs
- BamlRecords.cs
- TabRenderer.cs
- GiveFeedbackEventArgs.cs
- CryptoApi.cs
- KeyInterop.cs
- Baml2006ReaderContext.cs
- DocumentApplicationJournalEntry.cs
- BooleanKeyFrameCollection.cs
- AlgoModule.cs
- WebScriptEnablingBehavior.cs
- MaskInputRejectedEventArgs.cs
- LabelDesigner.cs
- StylusTip.cs
- OdbcErrorCollection.cs
- FtpWebResponse.cs
- XmlMembersMapping.cs
- PropertyInformationCollection.cs
- PagePropertiesChangingEventArgs.cs
- ViewLoader.cs
- Operators.cs
- NameScope.cs
- XmlILIndex.cs
- LingerOption.cs
- StoreAnnotationsMap.cs
- WindowsSolidBrush.cs
- DataGridViewRowsAddedEventArgs.cs
- IIS7UserPrincipal.cs
- DefaultMergeHelper.cs
- SystemIPAddressInformation.cs
- SimpleRecyclingCache.cs
- SqlCommand.cs
- NamespaceImport.cs
- SQLDecimalStorage.cs
- ColorKeyFrameCollection.cs
- precedingquery.cs