Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / Net / System / Net / NetworkInformation / SystemTcpStatistics.cs / 1 / SystemTcpStatistics.cs
////// namespace System.Net.NetworkInformation { using System.Net.Sockets; using System; using System.ComponentModel; /// /// Provides support for ip configuation information and statistics. /// Tcp specific statistics. internal class SystemTcpStatistics:TcpStatistics { MibTcpStats stats; private SystemTcpStatistics(){} internal SystemTcpStatistics(AddressFamily family){ uint result; if (!ComNetOS.IsPostWin2K){ if (family!= AddressFamily.InterNetwork){ throw new PlatformNotSupportedException(SR.GetString(SR.WinXPRequired)); } result = UnsafeNetInfoNativeMethods.GetTcpStatistics(out stats); } else result = UnsafeNetInfoNativeMethods.GetTcpStatisticsEx(out stats, family); if (result != IpHelperErrors.Success) { throw new NetworkInformationException((int)result); } } public override long MinimumTransmissionTimeout{get {return stats.minimumRetransmissionTimeOut;}} public override long MaximumTransmissionTimeout{get {return stats.maximumRetransmissionTimeOut;}} public override long MaximumConnections{get {return stats.maximumConnections;}} public override long ConnectionsInitiated{get {return stats.activeOpens;}} public override long ConnectionsAccepted{get {return stats.passiveOpens;}}// is this true? We should check public override long FailedConnectionAttempts{get {return stats.failedConnectionAttempts;}} public override long ResetConnections{get {return stats.resetConnections;}} public override long CurrentConnections{get {return stats.currentConnections;}} public override long SegmentsReceived{get {return stats.segmentsReceived;}} public override long SegmentsSent{get {return stats.segmentsSent;}} public override long SegmentsResent{get {return stats.segmentsResent;}} public override long ErrorsReceived{get {return stats.errorsReceived;}} public override long ResetsSent{get {return stats.segmentsSentWithReset;}} public override long CumulativeConnections{get {return stats.cumulativeConnections;}} } } // 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.Sockets; using System; using System.ComponentModel; /// /// Provides support for ip configuation information and statistics. /// Tcp specific statistics. internal class SystemTcpStatistics:TcpStatistics { MibTcpStats stats; private SystemTcpStatistics(){} internal SystemTcpStatistics(AddressFamily family){ uint result; if (!ComNetOS.IsPostWin2K){ if (family!= AddressFamily.InterNetwork){ throw new PlatformNotSupportedException(SR.GetString(SR.WinXPRequired)); } result = UnsafeNetInfoNativeMethods.GetTcpStatistics(out stats); } else result = UnsafeNetInfoNativeMethods.GetTcpStatisticsEx(out stats, family); if (result != IpHelperErrors.Success) { throw new NetworkInformationException((int)result); } } public override long MinimumTransmissionTimeout{get {return stats.minimumRetransmissionTimeOut;}} public override long MaximumTransmissionTimeout{get {return stats.maximumRetransmissionTimeOut;}} public override long MaximumConnections{get {return stats.maximumConnections;}} public override long ConnectionsInitiated{get {return stats.activeOpens;}} public override long ConnectionsAccepted{get {return stats.passiveOpens;}}// is this true? We should check public override long FailedConnectionAttempts{get {return stats.failedConnectionAttempts;}} public override long ResetConnections{get {return stats.resetConnections;}} public override long CurrentConnections{get {return stats.currentConnections;}} public override long SegmentsReceived{get {return stats.segmentsReceived;}} public override long SegmentsSent{get {return stats.segmentsSent;}} public override long SegmentsResent{get {return stats.segmentsResent;}} public override long ErrorsReceived{get {return stats.errorsReceived;}} public override long ResetsSent{get {return stats.segmentsSentWithReset;}} public override long CumulativeConnections{get {return stats.cumulativeConnections;}} } } // 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
- XsdDataContractImporter.cs
- objectquery_tresulttype.cs
- CapiSymmetricAlgorithm.cs
- XPathArrayIterator.cs
- ISSmlParser.cs
- SmtpDigestAuthenticationModule.cs
- ControlAdapter.cs
- NonClientArea.cs
- OperatorExpressions.cs
- Base64Decoder.cs
- RuleEngine.cs
- DataGrid.cs
- SoapElementAttribute.cs
- RequestQueue.cs
- Random.cs
- EpmTargetPathSegment.cs
- MessageBuilder.cs
- QilUnary.cs
- DataProtection.cs
- MimeTypeAttribute.cs
- DocumentPageTextView.cs
- typedescriptorpermission.cs
- MeasureData.cs
- SiteMap.cs
- RuleElement.cs
- JavaScriptString.cs
- WeakRefEnumerator.cs
- TextureBrush.cs
- EventNotify.cs
- WS2007HttpBindingCollectionElement.cs
- PrePrepareMethodAttribute.cs
- LongAverageAggregationOperator.cs
- BaseEntityWrapper.cs
- StorageSetMapping.cs
- HandledMouseEvent.cs
- Gdiplus.cs
- EntityCollection.cs
- HandleScope.cs
- SafeCryptContextHandle.cs
- MessageLoggingFilterTraceRecord.cs
- FeatureSupport.cs
- Stackframe.cs
- ConfigPathUtility.cs
- FullTextBreakpoint.cs
- SeekStoryboard.cs
- HandlerFactoryCache.cs
- GenericWebPart.cs
- StrokeNodeOperations2.cs
- RemotingConfigParser.cs
- TextModifier.cs
- SemanticResultValue.cs
- ViewDesigner.cs
- XPathSingletonIterator.cs
- followingquery.cs
- AttachmentService.cs
- HyperLink.cs
- DebugHandleTracker.cs
- VariableExpressionConverter.cs
- TreeViewEvent.cs
- ObjectListShowCommandsEventArgs.cs
- BuildProviderAppliesToAttribute.cs
- DefaultTextStore.cs
- TextModifierScope.cs
- ImageConverter.cs
- AttachmentService.cs
- ObjectCacheHost.cs
- OutputCacheSection.cs
- infer.cs
- SafeSecurityHandles.cs
- SqlCacheDependencyDatabase.cs
- DBConnection.cs
- SafeCryptHandles.cs
- ListSortDescriptionCollection.cs
- AspNetRouteServiceHttpHandler.cs
- AttributeUsageAttribute.cs
- TableLayoutSettings.cs
- TemplateControlBuildProvider.cs
- SlotInfo.cs
- PtsHost.cs
- TableAutomationPeer.cs
- TextParagraphProperties.cs
- ExpressionBuilderCollection.cs
- BaseComponentEditor.cs
- ParenExpr.cs
- DataTableClearEvent.cs
- CaseCqlBlock.cs
- DrawingVisual.cs
- ServicePointManagerElement.cs
- DeviceOverridableAttribute.cs
- WorkflowTraceTransfer.cs
- NonParentingControl.cs
- ProxyElement.cs
- LineUtil.cs
- MouseGesture.cs
- WorkflowServiceInstance.cs
- SiteMapDataSourceView.cs
- ParameterToken.cs
- DataSourceIDConverter.cs
- FixedNode.cs
- PointKeyFrameCollection.cs