Share via


SoapServerType 類別

定義

SoapServerType 類別表示 XML Web Service 所依據的型別。

public ref class SoapServerType sealed : System::Web::Services::Protocols::ServerType
public sealed class SoapServerType : System.Web.Services.Protocols.ServerType
type SoapServerType = class
    inherit ServerType
Public NotInheritable Class SoapServerType
Inherits ServerType
繼承
SoapServerType

建構函式

SoapServerType(Type, WebServiceProtocols)

初始化 SoapServerType 類別的新執行個體。

屬性

ServiceDefaultIsEncoded

傳回 Boolean,指出往返傳送於這個 XML Web Service 的 SOAP 資料傳輸預設是否已編碼。

ServiceNamespace

取得 String,包含這個 XML Web Service 所屬的命名空間。

ServiceRoutingOnSoapAction

傳回 Boolean,指出傳送至這個 XML Web Service 的 SOAP 訊息是否根據 SOAPAction HTTP 標頭傳送。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetDuplicateMethod(Object)

傳回與指定之索引鍵相關聯的重複 SoapServerMethod

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetMethod(Object)

傳回與指定之索引鍵相關聯的 SoapServerMethod

GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於