Soap12Binding クラス

定義

SOAP Version 1.2 に対する WSDL (Web Services Description Language) ドキュメントのバインディングを表します。 このクラスは継承できません。

public ref class Soap12Binding sealed : System::Web::Services::Description::SoapBinding
[System.Web.Services.Configuration.XmlFormatExtension("binding", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.Binding))]
[System.Web.Services.Configuration.XmlFormatExtensionPrefix("soap12", "http://schemas.xmlsoap.org/wsdl/soap12/")]
public sealed class Soap12Binding : System.Web.Services.Description.SoapBinding
[<System.Web.Services.Configuration.XmlFormatExtension("binding", "http://schemas.xmlsoap.org/wsdl/soap12/", typeof(System.Web.Services.Description.Binding))>]
[<System.Web.Services.Configuration.XmlFormatExtensionPrefix("soap12", "http://schemas.xmlsoap.org/wsdl/soap12/")>]
type Soap12Binding = class
    inherit SoapBinding
Public NotInheritable Class Soap12Binding
Inherits SoapBinding
継承
属性

注釈

このクラスは、XML Web サービスが SOAP プロトコル バージョン 1.2 を使用した通信をサポートしていることを示す WSDL ドキュメントに追加された XML を表します。

このクラスは、.NET Framework バージョン 1.0 ではサポートされていません。

コンストラクター

Soap12Binding()

Soap12Binding クラスの新しいインスタンスを初期化します。

フィールド

HttpTransport

SOAP メッセージのトランスポート プロトコルが HTTP であることを表します。 このフィールドは定数です。

Namespace

SOAP プロトコル Version 1.2 へのバインディングの XML 名前空間を表します。 このフィールドは定数です。

プロパティ

Handled

機能拡張要素のインポート時に、ServiceDescriptionFormatExtension がインポート プロセスで使用されるかどうかを示す値を取得または設定します。

(継承元 ServiceDescriptionFormatExtension)
Parent

ServiceDescriptionFormatExtension の親を取得します。

(継承元 ServiceDescriptionFormatExtension)
Required

ServiceDescriptionFormatExtension が参照先のアクションに必要かどうかを示す値を取得または設定します。

(継承元 ServiceDescriptionFormatExtension)
Style

現在の SoapBinding で使用する SOAP バインディングの種類を指定します。

(継承元 SoapBinding)
Transport

SOAP データの HTTP 伝送に関する仕様を示す URI を取得または設定します。

(継承元 SoapBinding)

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象