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
- XmlChildNodes.cs
- WebPartDescription.cs
- Line.cs
- TypeDescriptionProviderAttribute.cs
- DisableDpiAwarenessAttribute.cs
- HMACSHA256.cs
- HMACSHA256.cs
- ProxyManager.cs
- TagMapInfo.cs
- TemplateControl.cs
- HyperLink.cs
- Int16KeyFrameCollection.cs
- Symbol.cs
- MetadataArtifactLoaderXmlReaderWrapper.cs
- InplaceBitmapMetadataWriter.cs
- ToolStripItemCollection.cs
- ErrorFormatter.cs
- HtmlInputControl.cs
- MarkupWriter.cs
- PropertyMapper.cs
- MailWebEventProvider.cs
- AttachedPropertyMethodSelector.cs
- XpsFont.cs
- ExtractCollection.cs
- sitestring.cs
- PriorityChain.cs
- PointF.cs
- FormatStringEditor.cs
- UnknownBitmapEncoder.cs
- NonParentingControl.cs
- DataGridViewTextBoxColumn.cs
- CompensatableTransactionScopeActivityDesigner.cs
- HTMLTextWriter.cs
- UpDownEvent.cs
- FormatterServices.cs
- BrowserCapabilitiesFactoryBase.cs
- InternalEnumValidatorAttribute.cs
- RunClient.cs
- LexicalChunk.cs
- CompilerTypeWithParams.cs
- ButtonFieldBase.cs
- CallbackHandler.cs
- OleDbDataReader.cs
- DependencyObjectType.cs
- BridgeDataReader.cs
- WindowsGraphics2.cs
- HashHelper.cs
- NamespaceDecl.cs
- RuleSetDialog.cs
- DataReaderContainer.cs
- InstanceHandleReference.cs
- TcpAppDomainProtocolHandler.cs
- DynamicQueryableWrapper.cs
- SocketException.cs
- PerfCounterSection.cs
- TypeSystem.cs
- FormatException.cs
- XmlSchemaSimpleContentExtension.cs
- AssemblyHash.cs
- TabControlCancelEvent.cs
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- IgnoreFlushAndCloseStream.cs
- DrawingContext.cs
- AuthorizationBehavior.cs
- BindingWorker.cs
- MarkupWriter.cs
- SkipQueryOptionExpression.cs
- ListBoxItem.cs
- FontCollection.cs
- CoordinationService.cs
- XamlPoint3DCollectionSerializer.cs
- SoapFormatter.cs
- MemoryStream.cs
- CompModHelpers.cs
- SemanticBasicElement.cs
- UiaCoreTypesApi.cs
- CrossAppDomainChannel.cs
- FormatterConverter.cs
- MouseDevice.cs
- TypeReference.cs
- PersonalizationStateQuery.cs
- AutomationEventArgs.cs
- CornerRadiusConverter.cs
- DbProviderFactory.cs
- DataKeyCollection.cs
- DynamicResourceExtension.cs
- FactoryMaker.cs
- MenuItemCollection.cs
- PrimaryKeyTypeConverter.cs
- DictionaryBase.cs
- ScrollEvent.cs
- SqlRetyper.cs
- XslAst.cs
- DesignerLoader.cs
- TemplateBuilder.cs
- EnglishPluralizationService.cs
- ProcessHost.cs
- EmulateRecognizeCompletedEventArgs.cs
- EntityDataSource.cs
- OleDbReferenceCollection.cs