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
- SecurityUtils.cs
- _TransmitFileOverlappedAsyncResult.cs
- TransactionInformation.cs
- DataGridViewAutoSizeModeEventArgs.cs
- TCPClient.cs
- RichTextBox.cs
- SimpleHandlerBuildProvider.cs
- TemplateBuilder.cs
- ResourceSet.cs
- TcpHostedTransportConfiguration.cs
- XmlUtil.cs
- EventData.cs
- Nullable.cs
- OutputWindow.cs
- InternalPermissions.cs
- FunctionQuery.cs
- SafeNativeMethods.cs
- DesignerDeviceConfig.cs
- StrokeNodeOperations2.cs
- NotifyCollectionChangedEventArgs.cs
- initElementDictionary.cs
- Transform3D.cs
- Substitution.cs
- PrePostDescendentsWalker.cs
- CustomError.cs
- ContourSegment.cs
- BypassElement.cs
- EpmAttributeNameBuilder.cs
- Utilities.cs
- RenderData.cs
- DataGridViewComboBoxCell.cs
- InheritanceContextChangedEventManager.cs
- SchemaInfo.cs
- CodeDirectiveCollection.cs
- GroupBoxRenderer.cs
- TaskExtensions.cs
- Content.cs
- RangeBase.cs
- DeferredReference.cs
- DiscoveryClientReferences.cs
- CacheDependency.cs
- BeginStoryboard.cs
- FormViewDeletedEventArgs.cs
- SendKeys.cs
- ProcessHostFactoryHelper.cs
- WebResourceAttribute.cs
- WindowsAuthenticationEventArgs.cs
- ScrollBar.cs
- PerfCounters.cs
- NameValuePair.cs
- FontWeights.cs
- IsolatedStorageFileStream.cs
- TemplateControlBuildProvider.cs
- dbdatarecord.cs
- Baml2006ReaderContext.cs
- WorkflowEnvironment.cs
- CurrentChangingEventManager.cs
- documentation.cs
- ProfileSettings.cs
- AccessDataSource.cs
- EntityStoreSchemaGenerator.cs
- EventDescriptor.cs
- DesignerLabelAdapter.cs
- CodeFieldReferenceExpression.cs
- ClientConfigurationHost.cs
- AlphaSortedEnumConverter.cs
- HiddenFieldPageStatePersister.cs
- RotateTransform3D.cs
- ObjectDataSourceSelectingEventArgs.cs
- NavigateEvent.cs
- ConfigurationValues.cs
- CodeAccessSecurityEngine.cs
- XMLDiffLoader.cs
- CultureInfoConverter.cs
- DtdParser.cs
- AffineTransform3D.cs
- BitmapEffectvisualstate.cs
- TcpTransportSecurityElement.cs
- TableHeaderCell.cs
- LiteralTextParser.cs
- NullableLongSumAggregationOperator.cs
- XmlIterators.cs
- ImportContext.cs
- AtomServiceDocumentSerializer.cs
- AdornedElementPlaceholder.cs
- FormCollection.cs
- BufferedReadStream.cs
- VerificationException.cs
- StyleTypedPropertyAttribute.cs
- DataTrigger.cs
- GridViewHeaderRowPresenter.cs
- CompressEmulationStream.cs
- ArgumentException.cs
- MergablePropertyAttribute.cs
- DataGridViewColumnTypePicker.cs
- QueryOperationResponseOfT.cs
- RelationalExpressions.cs
- PanelDesigner.cs
- TreeNodeClickEventArgs.cs
- ExpressionNode.cs