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
- HtmlContainerControl.cs
- SqlRewriteScalarSubqueries.cs
- LambdaCompiler.Generated.cs
- Visitor.cs
- PassportAuthentication.cs
- Rect3DConverter.cs
- BufferBuilder.cs
- HostProtectionException.cs
- XmlIncludeAttribute.cs
- OpenTypeLayout.cs
- HtmlEncodedRawTextWriter.cs
- Vector3D.cs
- EmbeddedMailObjectsCollection.cs
- StateManagedCollection.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- UpdatePanelTrigger.cs
- Enlistment.cs
- GenericEnumerator.cs
- ObjectDataSourceDisposingEventArgs.cs
- TextHidden.cs
- RadioButtonPopupAdapter.cs
- XmlSchemaProviderAttribute.cs
- SqlStatistics.cs
- MenuCommands.cs
- SharedPersonalizationStateInfo.cs
- StrongNameSignatureInformation.cs
- DataBindingCollectionConverter.cs
- KeyValueSerializer.cs
- RequestedSignatureDialog.cs
- CodePageUtils.cs
- CancelEventArgs.cs
- WindowsAuthenticationEventArgs.cs
- X509CertificateChain.cs
- MembershipSection.cs
- prefixendpointaddressmessagefiltertable.cs
- BindingManagerDataErrorEventArgs.cs
- Marshal.cs
- SystemDiagnosticsSection.cs
- InputBinding.cs
- DataGridColumn.cs
- IntPtr.cs
- ListControlConvertEventArgs.cs
- TimeZone.cs
- BinaryNegotiation.cs
- LinkedResource.cs
- PackagePartCollection.cs
- BaseTemplateParser.cs
- CommonObjectSecurity.cs
- UnknownWrapper.cs
- ReceiveActivityDesignerTheme.cs
- DesignTimeParseData.cs
- ThicknessKeyFrameCollection.cs
- PerformanceCounterPermissionEntry.cs
- OleStrCAMarshaler.cs
- XmlSchemaObjectCollection.cs
- CallbackDebugElement.cs
- CommandLibraryHelper.cs
- FuncTypeConverter.cs
- IMembershipProvider.cs
- Vector3DAnimationUsingKeyFrames.cs
- SoapObjectInfo.cs
- TextTreeText.cs
- DataTemplate.cs
- NullReferenceException.cs
- SByteConverter.cs
- SystemTcpStatistics.cs
- SemanticKeyElement.cs
- PersonalizationProvider.cs
- CommonDialog.cs
- UrlPath.cs
- ADMembershipUser.cs
- CompositeTypefaceMetrics.cs
- NativeObjectSecurity.cs
- XmlCollation.cs
- EmbeddedObject.cs
- Overlapped.cs
- Floater.cs
- cryptoapiTransform.cs
- basecomparevalidator.cs
- SmtpLoginAuthenticationModule.cs
- ToolboxComponentsCreatingEventArgs.cs
- CaseInsensitiveComparer.cs
- BooleanFunctions.cs
- PerformanceCounterLib.cs
- ResXResourceWriter.cs
- SqlRowUpdatingEvent.cs
- SiteOfOriginContainer.cs
- MULTI_QI.cs
- LogLogRecordHeader.cs
- InfoCardMasterKey.cs
- SelectionHighlightInfo.cs
- UpDownBase.cs
- OdbcReferenceCollection.cs
- TagPrefixInfo.cs
- baseaxisquery.cs
- HttpModule.cs
- BitmapEffectInput.cs
- RuntimeConfigurationRecord.cs
- DataBindingHandlerAttribute.cs
- DocumentSchemaValidator.cs