Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Protocols / SoapFaultCodes.cs / 1305376 / SoapFaultCodes.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Protocols { using System; using System.Collections; using System.Reflection; using System.Xml; using System.Xml.Serialization; ///public sealed class Soap12FaultCodes { private Soap12FaultCodes() { } /// public static readonly XmlQualifiedName ReceiverFaultCode = new XmlQualifiedName(Soap12.Code.Receiver, Soap12.Namespace); /// public static readonly XmlQualifiedName SenderFaultCode = new XmlQualifiedName(Soap12.Code.Sender, Soap12.Namespace); /// public static readonly XmlQualifiedName VersionMismatchFaultCode = new XmlQualifiedName(Soap12.Code.VersionMismatch, Soap12.Namespace); /// public static readonly XmlQualifiedName MustUnderstandFaultCode = new XmlQualifiedName(Soap12.Code.MustUnderstand, Soap12.Namespace); /// public static readonly XmlQualifiedName DataEncodingUnknownFaultCode = new XmlQualifiedName(Soap12.Code.DataEncodingUnknown, Soap12.Namespace); /// public static readonly XmlQualifiedName RpcProcedureNotPresentFaultCode = new XmlQualifiedName(Soap12.Code.RpcProcedureNotPresentSubcode, Soap12.RpcNamespace); /// public static readonly XmlQualifiedName RpcBadArgumentsFaultCode = new XmlQualifiedName(Soap12.Code.RpcBadArgumentsSubcode, Soap12.RpcNamespace); /// public static readonly XmlQualifiedName EncodingMissingIdFaultCode = new XmlQualifiedName(Soap12.Code.EncodingMissingIDFaultSubcode, Soap12.Encoding); /// public static readonly XmlQualifiedName EncodingUntypedValueFaultCode = new XmlQualifiedName(Soap12.Code.EncodingUntypedValueFaultSubcode, Soap12.Encoding); internal static readonly XmlQualifiedName UnsupportedMediaTypeFaultCode = new XmlQualifiedName("UnsupportedMediaType", "http://microsoft.com/soap/"); internal static readonly XmlQualifiedName MethodNotAllowed = new XmlQualifiedName("MethodNotAllowed", "http://microsoft.com/soap/"); } /// [Serializable] public class SoapFaultSubCode { XmlQualifiedName code; SoapFaultSubCode subCode; /// public SoapFaultSubCode(XmlQualifiedName code) : this(code, null) { } /// public SoapFaultSubCode(XmlQualifiedName code, SoapFaultSubCode subCode) { this.code = code; this.subCode = subCode; } /// public XmlQualifiedName Code { get { return code; } } /// public SoapFaultSubCode SubCode { get { return subCode; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Services.Protocols { using System; using System.Collections; using System.Reflection; using System.Xml; using System.Xml.Serialization; ///public sealed class Soap12FaultCodes { private Soap12FaultCodes() { } /// public static readonly XmlQualifiedName ReceiverFaultCode = new XmlQualifiedName(Soap12.Code.Receiver, Soap12.Namespace); /// public static readonly XmlQualifiedName SenderFaultCode = new XmlQualifiedName(Soap12.Code.Sender, Soap12.Namespace); /// public static readonly XmlQualifiedName VersionMismatchFaultCode = new XmlQualifiedName(Soap12.Code.VersionMismatch, Soap12.Namespace); /// public static readonly XmlQualifiedName MustUnderstandFaultCode = new XmlQualifiedName(Soap12.Code.MustUnderstand, Soap12.Namespace); /// public static readonly XmlQualifiedName DataEncodingUnknownFaultCode = new XmlQualifiedName(Soap12.Code.DataEncodingUnknown, Soap12.Namespace); /// public static readonly XmlQualifiedName RpcProcedureNotPresentFaultCode = new XmlQualifiedName(Soap12.Code.RpcProcedureNotPresentSubcode, Soap12.RpcNamespace); /// public static readonly XmlQualifiedName RpcBadArgumentsFaultCode = new XmlQualifiedName(Soap12.Code.RpcBadArgumentsSubcode, Soap12.RpcNamespace); /// public static readonly XmlQualifiedName EncodingMissingIdFaultCode = new XmlQualifiedName(Soap12.Code.EncodingMissingIDFaultSubcode, Soap12.Encoding); /// public static readonly XmlQualifiedName EncodingUntypedValueFaultCode = new XmlQualifiedName(Soap12.Code.EncodingUntypedValueFaultSubcode, Soap12.Encoding); internal static readonly XmlQualifiedName UnsupportedMediaTypeFaultCode = new XmlQualifiedName("UnsupportedMediaType", "http://microsoft.com/soap/"); internal static readonly XmlQualifiedName MethodNotAllowed = new XmlQualifiedName("MethodNotAllowed", "http://microsoft.com/soap/"); } /// [Serializable] public class SoapFaultSubCode { XmlQualifiedName code; SoapFaultSubCode subCode; /// public SoapFaultSubCode(XmlQualifiedName code) : this(code, null) { } /// public SoapFaultSubCode(XmlQualifiedName code, SoapFaultSubCode subCode) { this.code = code; this.subCode = subCode; } /// public XmlQualifiedName Code { get { return code; } } /// public SoapFaultSubCode SubCode { get { return subCode; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BaseCodePageEncoding.cs
- xdrvalidator.cs
- TreeViewImageKeyConverter.cs
- PageThemeParser.cs
- TextChangedEventArgs.cs
- PreservationFileWriter.cs
- BamlVersionHeader.cs
- ClientFormsIdentity.cs
- XmlSchemaSet.cs
- TextFormatterHost.cs
- RedirectionProxy.cs
- CookieParameter.cs
- DiagnosticTrace.cs
- XmlAnyAttributeAttribute.cs
- BuildResult.cs
- ClientOptions.cs
- HandleCollector.cs
- User.cs
- GridView.cs
- HtmlShim.cs
- ItemCheckedEvent.cs
- InsufficientExecutionStackException.cs
- BindingManagerDataErrorEventArgs.cs
- DataSourceXmlAttributeAttribute.cs
- ZipIOBlockManager.cs
- SqlDataRecord.cs
- XamlFigureLengthSerializer.cs
- IdentityNotMappedException.cs
- CompModSwitches.cs
- GridPatternIdentifiers.cs
- PageTheme.cs
- DataTableCollection.cs
- CTreeGenerator.cs
- AQNBuilder.cs
- SqlHelper.cs
- ListBase.cs
- Attributes.cs
- DbProviderFactory.cs
- FormViewRow.cs
- ExpressionEditor.cs
- GridItem.cs
- OdbcConnectionString.cs
- AnalyzedTree.cs
- BrowsableAttribute.cs
- DataGridViewCellLinkedList.cs
- Unit.cs
- Console.cs
- COAUTHIDENTITY.cs
- Helpers.cs
- CodeGenerator.cs
- CommentEmitter.cs
- TimeZoneNotFoundException.cs
- RightsManagementEncryptedStream.cs
- FactoryId.cs
- TeredoHelper.cs
- ForceCopyBuildProvider.cs
- GeneralTransform3DGroup.cs
- COMException.cs
- CompilerLocalReference.cs
- SqlBulkCopyColumnMappingCollection.cs
- Stack.cs
- ObjectListShowCommandsEventArgs.cs
- odbcmetadatacolumnnames.cs
- FileDialogCustomPlacesCollection.cs
- SqlGenerator.cs
- VectorConverter.cs
- SqlWebEventProvider.cs
- CollectionType.cs
- EventMappingSettings.cs
- LinqDataSource.cs
- QueryAccessibilityHelpEvent.cs
- Opcode.cs
- EventManager.cs
- DataRow.cs
- DataControlFieldCell.cs
- MessageSecurityVersion.cs
- DatatypeImplementation.cs
- PublishLicense.cs
- InternalsVisibleToAttribute.cs
- GetWinFXPath.cs
- ManipulationStartingEventArgs.cs
- UIntPtr.cs
- Latin1Encoding.cs
- XmlDigitalSignatureProcessor.cs
- SystemGatewayIPAddressInformation.cs
- sapiproxy.cs
- Predicate.cs
- GridItemPatternIdentifiers.cs
- ErrorWebPart.cs
- SetStoryboardSpeedRatio.cs
- sqlser.cs
- SystemFonts.cs
- Keywords.cs
- MiniCustomAttributeInfo.cs
- TextDecoration.cs
- SiteMapSection.cs
- MetadataArtifactLoaderCompositeResource.cs
- SafeCoTaskMem.cs
- StatusBarDrawItemEvent.cs
- WindowsFormsLinkLabel.cs