Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Web / System / Web / Services / Description / Soap12FormatExtensions.cs / 1305376 / Soap12FormatExtensions.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.Services.Description {
using System.Xml;
using System.Xml.Serialization;
using System.ComponentModel;
using System.Text;
using System.Web.Services.Configuration;
using System.Web.Services.Protocols;
///
[XmlFormatExtension("binding", Soap12Binding.Namespace, typeof(Binding))]
[XmlFormatExtensionPrefix("soap12", Soap12Binding.Namespace)]
public sealed class Soap12Binding : SoapBinding {
///
public new const string Namespace="http://schemas.xmlsoap.org/wsdl/soap12/";
///
public new const string HttpTransport = "http://schemas.xmlsoap.org/soap/http";
}
///
[XmlFormatExtension("operation", Soap12Binding.Namespace, typeof(OperationBinding))]
public sealed class Soap12OperationBinding : SoapOperationBinding {
bool soapActionRequired;
Soap12OperationBinding duplicateBySoapAction;
Soap12OperationBinding duplicateByRequestElement;
SoapReflectedMethod method;
///
[XmlAttribute("soapActionRequired"), DefaultValue(false)]
public bool SoapActionRequired {
get { return soapActionRequired; }
set { soapActionRequired = value; }
}
// these are used by Soap12ProtocolReflector in WSDL generation
internal SoapReflectedMethod Method {
get { return method; }
set { method = value; }
}
internal Soap12OperationBinding DuplicateBySoapAction {
get { return duplicateBySoapAction; }
set { duplicateBySoapAction = value; }
}
internal Soap12OperationBinding DuplicateByRequestElement {
get { return duplicateByRequestElement; }
set { duplicateByRequestElement = value; }
}
}
///
[XmlFormatExtension("body", Soap12Binding.Namespace, typeof(InputBinding), typeof(OutputBinding), typeof(MimePart))]
public sealed class Soap12BodyBinding : SoapBodyBinding {
}
///
[XmlFormatExtension("fault", Soap12Binding.Namespace, typeof(FaultBinding))]
public sealed class Soap12FaultBinding : SoapFaultBinding {
}
///
[XmlFormatExtension("header", Soap12Binding.Namespace, typeof(InputBinding), typeof(OutputBinding))]
public sealed class Soap12HeaderBinding : SoapHeaderBinding {
}
///
[XmlFormatExtension("address", Soap12Binding.Namespace, typeof(Port))]
public sealed class Soap12AddressBinding : SoapAddressBinding {
}
}
// 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
- DocumentScope.cs
- AssociationSetMetadata.cs
- QilIterator.cs
- StorageAssociationSetMapping.cs
- PrintPreviewDialog.cs
- InheritanceContextChangedEventManager.cs
- FloaterParagraph.cs
- HtmlInputButton.cs
- DataGridRowAutomationPeer.cs
- PanelStyle.cs
- JavaScriptSerializer.cs
- SqlTrackingWorkflowInstance.cs
- ClientBuildManagerCallback.cs
- HostProtectionPermission.cs
- ImmComposition.cs
- HttpClientCertificate.cs
- UnsafeMethods.cs
- ThaiBuddhistCalendar.cs
- WrappedKeySecurityTokenParameters.cs
- elementinformation.cs
- UnsafeNativeMethods.cs
- BitmapMetadataBlob.cs
- MarkupWriter.cs
- GeneralTransform2DTo3D.cs
- XmlUtil.cs
- StringExpressionSet.cs
- CacheAxisQuery.cs
- PageTrueTypeFont.cs
- CompoundFileReference.cs
- SafeRightsManagementPubHandle.cs
- CustomErrorCollection.cs
- ContractSearchPattern.cs
- DownloadProgressEventArgs.cs
- DbProviderFactories.cs
- FormattedTextSymbols.cs
- ScrollChangedEventArgs.cs
- InstalledFontCollection.cs
- PageTheme.cs
- XhtmlBasicPhoneCallAdapter.cs
- TreeNodeCollection.cs
- ThreadStateException.cs
- StackOverflowException.cs
- ScriptReferenceBase.cs
- PreservationFileReader.cs
- ObjectNavigationPropertyMapping.cs
- Queue.cs
- ComponentEditorForm.cs
- BasicCellRelation.cs
- FormViewUpdateEventArgs.cs
- XpsFilter.cs
- SafeRegistryHandle.cs
- ApplicationActivator.cs
- ProfilePropertyNameValidator.cs
- MessageQueueException.cs
- XmlReaderSettings.cs
- xdrvalidator.cs
- ListViewHitTestInfo.cs
- ProcessingInstructionAction.cs
- RectAnimationClockResource.cs
- SafeHandles.cs
- ModelEditingScope.cs
- StateDesigner.Layouts.cs
- SafeNativeMethodsOther.cs
- BevelBitmapEffect.cs
- FontStyle.cs
- PartialTrustValidationBehavior.cs
- BuildProviderAppliesToAttribute.cs
- ToolStripItemImageRenderEventArgs.cs
- TriggerActionCollection.cs
- ReadOnlyNameValueCollection.cs
- HttpPostProtocolImporter.cs
- StateMachine.cs
- StrongTypingException.cs
- Buffer.cs
- SqlCacheDependencySection.cs
- TrustLevelCollection.cs
- Bits.cs
- Sequence.cs
- FunctionNode.cs
- FontUnitConverter.cs
- MemberMaps.cs
- DataViewListener.cs
- BaseHashHelper.cs
- XmlProcessingInstruction.cs
- ViewCellRelation.cs
- ConfigXmlComment.cs
- XmlTextWriter.cs
- AssemblyCollection.cs
- Serializer.cs
- QuadraticBezierSegment.cs
- _IPv6Address.cs
- SafeFileMappingHandle.cs
- SystemFonts.cs
- glyphs.cs
- RIPEMD160Managed.cs
- ClientEventManager.cs
- EntityDataSourceDesigner.cs
- DSASignatureDeformatter.cs
- FunctionImportMapping.ReturnTypeRenameMapping.cs
- CodeConstructor.cs