Soap12AddressBinding クラス

定義

XML Web サービスが SOAP プロトコル Version 1.2 をサポートする場合に、Port に適用されるサービス記述書式拡張機能を表します。 このクラスは継承できません。

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

注釈

XML Web サービスのプロトコルの指定の詳細については、「ASP.NET を使用した XML Web サービス」を参照してください。 Web サービス記述言語 (WSDL) の詳細については、 WSDL 仕様を参照してください。

コンストラクター

Soap12AddressBinding()

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

プロパティ

Handled

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

(継承元 ServiceDescriptionFormatExtension)
Location

Port を適用する SoapAddressBinding のための URI を表す値を取得または設定します。

(継承元 SoapAddressBinding)
Parent

ServiceDescriptionFormatExtension の親を取得します。

(継承元 ServiceDescriptionFormatExtension)
Required

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

(継承元 ServiceDescriptionFormatExtension)

メソッド

Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象