HttpUrlReplacementBinding クラス

定義

XML Web サービス内の InputBinding に追加される機能拡張要素を表します。 HTTP 経由のデータ転送の形式を指定します。 このクラスは継承できません。

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

注釈

このクラスを使用すると、ユーザーは、HTTP クエリ文字列で使用される標準形式 ("name=value>value") に制限するのではなく、データ転送用のカスタム形式を指定できます。 たとえば、開発者は、"/name,value/name,value" というカスタム形式を使用することを決定できます。

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

コンストラクター

名前 説明
HttpUrlReplacementBinding()

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

プロパティ

名前 説明
Handled

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

(継承元 ServiceDescriptionFormatExtension)
Parent

ServiceDescriptionFormatExtensionの親を取得します。

(継承元 ServiceDescriptionFormatExtension)
Required

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

(継承元 ServiceDescriptionFormatExtension)

メソッド

名前 説明
Equals(Object)

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

(継承元 Object)
GetHashCode()

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

(継承元 Object)
GetType()

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

(継承元 Object)
MemberwiseClone()

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

(継承元 Object)
ToString()

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

(継承元 Object)

適用対象