Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Net / System / Net / WebExceptionStatus.cs / 1305376 / WebExceptionStatus.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Net { ////// public enum WebExceptionStatus { ////// Specifies the status of a network request. /// ////// Success = 0, ////// No error was encountered. /// ////// NameResolutionFailure = 1, ////// The name resolver service could not resolve the host name. /// ////// ConnectFailure = 2, ////// The remote service point could not be contacted at the transport level. /// ////// ReceiveFailure = 3, ////// A complete response was not received from the remote server. /// ////// SendFailure = 4, ////// A complete request could not be sent to the remote server. /// ////// /// PipelineFailure = 5, ////// RequestCanceled = 6, ////// The request was cancelled. /// ////// ProtocolError = 7, ////// The response received from the server was complete but indicated a /// protocol-level error. For example, an HTTP protocol error such as 401 Access /// Denied would use this status. /// ////// ConnectionClosed = 8, ////// The connection was prematurely closed. /// ////// TrustFailure = 9, ////// A server certificate could not be validated. /// ////// SecureChannelFailure = 10, ////// An error occurred in a secure channel link. /// ////// ServerProtocolViolation = 11, ///[To be supplied.] ////// KeepAliveFailure = 12, ///[To be supplied.] ////// Pending = 13, ///[To be supplied.] ////// Timeout = 14, ///[To be supplied.] ////// ProxyNameResolutionFailure = 15, ////// Similar to NameResolution Failure, but for proxy failures. /// ////// UnknownError = 16, ///[To be supplied.] ////// MessageLengthLimitExceeded = 17, // // A request could be served from Cache but was not found and effective CachePolicy=CacheOnly // CacheEntryNotFound = 18, // // A request is not suitable for caching and effective CachePolicy=CacheOnly // RequestProhibitedByCachePolicy = 19, // // The proxy script (or other proxy logic) declined to provide proxy info, effectively blocking the request. // RequestProhibitedByProxy = 20, // !! If new values are added, increase the size of the s_Mapping array below to the largest value + 1. }; // enum WebExceptionStatus // Mapping from enum value to error message. internal static class WebExceptionMapping { private static readonly string[] s_Mapping = new string[21]; internal static string GetWebStatusString(WebExceptionStatus status) { int statusInt = (int) status; if (statusInt >= s_Mapping.Length || statusInt < 0) { throw new InternalException(); } string message = s_Mapping[statusInt]; if (message == null) { message = "net_webstatus_" + status.ToString(); s_Mapping[statusInt] = message; } return message; } } } // namespace System.Net // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Sending the request to the server or receiving the response from it, /// required handling a message that exceeded the specified limit. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Net { ////// public enum WebExceptionStatus { ////// Specifies the status of a network request. /// ////// Success = 0, ////// No error was encountered. /// ////// NameResolutionFailure = 1, ////// The name resolver service could not resolve the host name. /// ////// ConnectFailure = 2, ////// The remote service point could not be contacted at the transport level. /// ////// ReceiveFailure = 3, ////// A complete response was not received from the remote server. /// ////// SendFailure = 4, ////// A complete request could not be sent to the remote server. /// ////// /// PipelineFailure = 5, ////// RequestCanceled = 6, ////// The request was cancelled. /// ////// ProtocolError = 7, ////// The response received from the server was complete but indicated a /// protocol-level error. For example, an HTTP protocol error such as 401 Access /// Denied would use this status. /// ////// ConnectionClosed = 8, ////// The connection was prematurely closed. /// ////// TrustFailure = 9, ////// A server certificate could not be validated. /// ////// SecureChannelFailure = 10, ////// An error occurred in a secure channel link. /// ////// ServerProtocolViolation = 11, ///[To be supplied.] ////// KeepAliveFailure = 12, ///[To be supplied.] ////// Pending = 13, ///[To be supplied.] ////// Timeout = 14, ///[To be supplied.] ////// ProxyNameResolutionFailure = 15, ////// Similar to NameResolution Failure, but for proxy failures. /// ////// UnknownError = 16, ///[To be supplied.] ////// MessageLengthLimitExceeded = 17, // // A request could be served from Cache but was not found and effective CachePolicy=CacheOnly // CacheEntryNotFound = 18, // // A request is not suitable for caching and effective CachePolicy=CacheOnly // RequestProhibitedByCachePolicy = 19, // // The proxy script (or other proxy logic) declined to provide proxy info, effectively blocking the request. // RequestProhibitedByProxy = 20, // !! If new values are added, increase the size of the s_Mapping array below to the largest value + 1. }; // enum WebExceptionStatus // Mapping from enum value to error message. internal static class WebExceptionMapping { private static readonly string[] s_Mapping = new string[21]; internal static string GetWebStatusString(WebExceptionStatus status) { int statusInt = (int) status; if (statusInt >= s_Mapping.Length || statusInt < 0) { throw new InternalException(); } string message = s_Mapping[statusInt]; if (message == null) { message = "net_webstatus_" + status.ToString(); s_Mapping[statusInt] = message; } return message; } } } // namespace System.Net // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Sending the request to the server or receiving the response from it, /// required handling a message that exceeded the specified limit. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TaskExtensions.cs
- XmlDataSourceView.cs
- Schema.cs
- Header.cs
- DecimalAverageAggregationOperator.cs
- HwndStylusInputProvider.cs
- panel.cs
- TextPointerBase.cs
- DispatchChannelSink.cs
- Propagator.ExtentPlaceholderCreator.cs
- SimpleMailWebEventProvider.cs
- DispatchChannelSink.cs
- IconConverter.cs
- PeerCustomResolverBindingElement.cs
- BaseProcessProtocolHandler.cs
- ConnectionStringsExpressionBuilder.cs
- TemplateInstanceAttribute.cs
- BreadCrumbTextConverter.cs
- _KerberosClient.cs
- WindowsStartMenu.cs
- Script.cs
- NativeMethods.cs
- DetailsViewRowCollection.cs
- IPCCacheManager.cs
- RepeatInfo.cs
- JapaneseCalendar.cs
- CommentEmitter.cs
- ValidatorCompatibilityHelper.cs
- DataMisalignedException.cs
- TextServicesCompartmentContext.cs
- Deflater.cs
- IgnorePropertiesAttribute.cs
- SelectQueryOperator.cs
- __Filters.cs
- AnimationClock.cs
- ToolStripSeparator.cs
- ThemeDirectoryCompiler.cs
- JsonFormatReaderGenerator.cs
- MatrixTransform.cs
- MultiSelector.cs
- wgx_commands.cs
- TransferRequestHandler.cs
- ThicknessAnimation.cs
- MethodToken.cs
- KeyboardEventArgs.cs
- HtmlInputHidden.cs
- StateValidator.cs
- XPathScanner.cs
- WindowInteropHelper.cs
- mda.cs
- BuildTopDownAttribute.cs
- QueryStringParameter.cs
- ColumnMapCopier.cs
- SqlException.cs
- FlowSwitchDesigner.xaml.cs
- TypeBrowser.xaml.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- MeasureData.cs
- XMLSyntaxException.cs
- XmlDataFileEditor.cs
- ArcSegment.cs
- Hyperlink.cs
- NonVisualControlAttribute.cs
- MailHeaderInfo.cs
- HtmlInputImage.cs
- ListDictionaryInternal.cs
- XpsPackagingPolicy.cs
- ServiceOperation.cs
- WriteableBitmap.cs
- CodeIterationStatement.cs
- ConfigXmlSignificantWhitespace.cs
- SkinBuilder.cs
- IdentitySection.cs
- TextEditorTables.cs
- FragmentQuery.cs
- NavigationProgressEventArgs.cs
- dsa.cs
- HMACMD5.cs
- ExecutionEngineException.cs
- MediaElement.cs
- ConfigurationSettings.cs
- HttpConfigurationContext.cs
- XslVisitor.cs
- AggregateNode.cs
- PanelStyle.cs
- _FixedSizeReader.cs
- Byte.cs
- GeometryGroup.cs
- MarkerProperties.cs
- XmlSchemaProviderAttribute.cs
- WebPartTransformerCollection.cs
- ScriptResourceAttribute.cs
- VirtualPathProvider.cs
- RemotingConfiguration.cs
- Delegate.cs
- CodeMemberMethod.cs
- XmlSchemaRedefine.cs
- ParentControlDesigner.cs
- TextBoxRenderer.cs
- mediaclock.cs