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
- IpcPort.cs
- CapacityStreamGeometryContext.cs
- CryptoHandle.cs
- _TransmitFileOverlappedAsyncResult.cs
- ZoneIdentityPermission.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- DataGridAutoGeneratingColumnEventArgs.cs
- TypographyProperties.cs
- CrossContextChannel.cs
- SignerInfo.cs
- TextElement.cs
- SecurityUniqueId.cs
- DBCSCodePageEncoding.cs
- SingleBodyParameterMessageFormatter.cs
- BitmapMetadataEnumerator.cs
- basenumberconverter.cs
- IndexExpression.cs
- CustomCategoryAttribute.cs
- AutoResizedEvent.cs
- VisualTreeHelper.cs
- SafeNativeMethods.cs
- CodeCatchClauseCollection.cs
- Context.cs
- FixedSOMElement.cs
- UserInitiatedNavigationPermission.cs
- DictionaryChange.cs
- StorageComplexTypeMapping.cs
- NativeMethodsCLR.cs
- CompositionAdorner.cs
- TextProperties.cs
- DataMemberFieldEditor.cs
- NextPreviousPagerField.cs
- ServiceTimeoutsElement.cs
- Type.cs
- precedingquery.cs
- NetworkAddressChange.cs
- FixedPageAutomationPeer.cs
- ToolStripContextMenu.cs
- PerfService.cs
- Point4DValueSerializer.cs
- ImageProxy.cs
- MimeImporter.cs
- SmtpException.cs
- NonVisualControlAttribute.cs
- IHttpResponseInternal.cs
- XslVisitor.cs
- PrimitiveXmlSerializers.cs
- TextDocumentView.cs
- SubclassTypeValidatorAttribute.cs
- TableCellAutomationPeer.cs
- MLangCodePageEncoding.cs
- dbdatarecord.cs
- StateRuntime.cs
- PkcsMisc.cs
- ManagementException.cs
- SettingsContext.cs
- ProjectedSlot.cs
- TableRowGroup.cs
- CompositionTarget.cs
- TextEndOfLine.cs
- RtfControlWordInfo.cs
- RawMouseInputReport.cs
- TraceRecord.cs
- AttachedAnnotationChangedEventArgs.cs
- RenderData.cs
- TypeListConverter.cs
- MSAANativeProvider.cs
- ImageAttributes.cs
- RawTextInputReport.cs
- CategoryNameCollection.cs
- DetailsViewUpdateEventArgs.cs
- SqlDataSourceCommandEventArgs.cs
- ClientBuildManager.cs
- MulticastNotSupportedException.cs
- ClientSideQueueItem.cs
- Socket.cs
- BoundField.cs
- XmlSchemaSimpleContentExtension.cs
- FontEmbeddingManager.cs
- XmlSchemaObject.cs
- GeneralTransform3DCollection.cs
- CookielessHelper.cs
- COM2PictureConverter.cs
- PrimitiveSchema.cs
- FunctionImportMapping.cs
- AsynchronousChannel.cs
- Int32AnimationBase.cs
- ControlUtil.cs
- RegisteredArrayDeclaration.cs
- InputLangChangeEvent.cs
- Rethrow.cs
- RegexCapture.cs
- StringHelper.cs
- ParserOptions.cs
- StdValidatorsAndConverters.cs
- BrowserDefinition.cs
- LineSegment.cs
- TableItemStyle.cs
- Rfc4050KeyFormatter.cs
- PropertyBuilder.cs