Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FacetValueContainer.cs
- ByeOperationAsyncResult.cs
- DeflateStreamAsyncResult.cs
- ArgumentValidation.cs
- UriParserTemplates.cs
- GetMemberBinder.cs
- SessionSwitchEventArgs.cs
- ApplicationId.cs
- EntityDataSourceMemberPath.cs
- KnownTypes.cs
- FlowDocumentFormatter.cs
- ActivityInterfaces.cs
- IconHelper.cs
- PointLightBase.cs
- PerformanceCounterManager.cs
- SplitterCancelEvent.cs
- TypefaceMap.cs
- StrokeRenderer.cs
- TextLineResult.cs
- ClickablePoint.cs
- __ComObject.cs
- OleDbConnectionInternal.cs
- MarginCollapsingState.cs
- TimeManager.cs
- MemberProjectionIndex.cs
- AdRotator.cs
- DefaultValueConverter.cs
- BrowserTree.cs
- KeyPullup.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- AuthenticationConfig.cs
- StreamUpgradeAcceptor.cs
- NotifyCollectionChangedEventArgs.cs
- TextEncodedRawTextWriter.cs
- ContextMenuService.cs
- PassportAuthenticationModule.cs
- SecurityTimestamp.cs
- PersistenceTypeAttribute.cs
- ColumnHeaderCollectionEditor.cs
- RuntimeConfigLKG.cs
- CompilerTypeWithParams.cs
- ISAPIApplicationHost.cs
- ArglessEventHandlerProxy.cs
- ISO2022Encoding.cs
- Control.cs
- Journal.cs
- MarshalDirectiveException.cs
- RIPEMD160.cs
- _LoggingObject.cs
- TraceContext.cs
- DateTimeValueSerializerContext.cs
- HtmlButton.cs
- _ListenerRequestStream.cs
- DataSourceHelper.cs
- TeredoHelper.cs
- ObjectIDGenerator.cs
- SecurityTokenParametersEnumerable.cs
- CatchDesigner.xaml.cs
- PagerSettings.cs
- TypeListConverter.cs
- _ServiceNameStore.cs
- mediaclock.cs
- UInt64Storage.cs
- UpdateException.cs
- PartialCachingControl.cs
- LineServices.cs
- MarginsConverter.cs
- RoleExceptions.cs
- DataBoundControl.cs
- CompilerTypeWithParams.cs
- DataTableNewRowEvent.cs
- WasHostedComPlusFactory.cs
- WorkflowMarkupElementEventArgs.cs
- XmlReflectionImporter.cs
- Debug.cs
- SafeThreadHandle.cs
- SchemaMapping.cs
- MemberHolder.cs
- DesignerEditorPartChrome.cs
- CompositeFontFamily.cs
- PerformanceCounterCategory.cs
- SqlTypesSchemaImporter.cs
- datacache.cs
- CurrentChangedEventManager.cs
- DataGridViewCellLinkedList.cs
- DataListItem.cs
- SystemIPv6InterfaceProperties.cs
- DockingAttribute.cs
- IssuedTokenClientElement.cs
- ArgumentsParser.cs
- COM2PropertyDescriptor.cs
- HttpModulesSection.cs
- SqlDataSourceView.cs
- Crc32.cs
- NonBatchDirectoryCompiler.cs
- StreamResourceInfo.cs
- BuildManagerHost.cs
- MouseActionValueSerializer.cs
- DataObject.cs
- StandardBindingCollectionElement.cs