HttpUrlEncodedBinding 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示已加入至 XML Web Service 內的 InputBinding 的擴充性項目。 此類別無法獲得繼承。
public ref class HttpUrlEncodedBinding sealed : System::Web::Services::Description::ServiceDescriptionFormatExtension
[System.Web.Services.Configuration.XmlFormatExtension("urlEncoded", "http://schemas.xmlsoap.org/wsdl/http/", typeof(System.Web.Services.Description.InputBinding))]
public sealed class HttpUrlEncodedBinding : System.Web.Services.Description.ServiceDescriptionFormatExtension
[<System.Web.Services.Configuration.XmlFormatExtension("urlEncoded", "http://schemas.xmlsoap.org/wsdl/http/", typeof(System.Web.Services.Description.InputBinding))>]
type HttpUrlEncodedBinding = class
inherit ServiceDescriptionFormatExtension
Public NotInheritable Class HttpUrlEncodedBinding
Inherits ServiceDescriptionFormatExtension
- 繼承
- 屬性
備註
這個類別指定傳入的數據格式為「name=value&name=value」,從 HTML 窗體編碼,不論 Method
表單的 屬性值為 POST
或 GET
。
請注意,此編碼是衍生自 HTML 的功能,而且不是類別特有的 HtmlForm ,雖然 類別 HtmlForm
支援它。 如需指定 XML Web 服務的通訊協議的詳細資訊,請參閱 使用 ASP.NET 的 XML Web 服務。 如需 Web 服務描述語言 (WSDL) 的詳細資訊,請參閱 WSDL 規格。
建構函式
HttpUrlEncodedBinding() |
初始化 HttpUrlEncodedBinding 類別的新執行個體。 |
屬性
Handled |
取得或設定值,指出 ServiceDescriptionFormatExtension 是否在擴充性項目匯入時由匯入處理序來使用。 (繼承來源 ServiceDescriptionFormatExtension) |
Parent |
取得 ServiceDescriptionFormatExtension 的父系。 (繼承來源 ServiceDescriptionFormatExtension) |
Required |
取得或設定值,指出 ServiceDescriptionFormatExtension 對它所參考的動作是否是必要的。 (繼承來源 ServiceDescriptionFormatExtension) |
方法
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |