SoapServerProtocol 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
.NET Framework 會建立 SoapServerProtocol 類別的執行個體,以處理 XML Web Service 要求。
public ref class SoapServerProtocol : System::Web::Services::Protocols::ServerProtocol
public class SoapServerProtocol : System.Web.Services.Protocols.ServerProtocol
type SoapServerProtocol = class
inherit ServerProtocol
Public Class SoapServerProtocol
Inherits ServerProtocol
- 繼承
備註
您可以覆寫 RouteRequest 方法,以處理使用者未透過其 XML web 服務中以標記的方法明確宣告和處理的 Xml web service 要求 WebMethodAttribute
。
建構函式
SoapServerProtocol() |
建立新的 SoapServerProtocol。 |
屬性
Context |
取得衍生類別的 HttpContext 物件。 (繼承來源 ServerProtocol) |
Request |
取得衍生類別的 HttpRequest 物件。 (繼承來源 ServerProtocol) |
Response |
取得衍生類別的 HttpResponse 物件。 (繼承來源 ServerProtocol) |
Target |
取得叫用的服務物件。 (繼承來源 ServerProtocol) |
方法
AddToCache(Type, Type, Object) |
使用從指定通訊協定類型和伺服器類型建立的索引鍵,將 Object 儲存在快取中。 (繼承來源 ServerProtocol) |
Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
GetFromCache(Type, Type) |
擷取 Object,該物件使用從指定通訊協定類型和伺服器類型建立的索引鍵儲存在快取中。 (繼承來源 ServerProtocol) |
GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
GetReaderForMessage(SoapServerMessage, Int32) |
傳回以指定的 XmlTextReader 和緩衝區大小初始化的 SoapServerMessage。 |
GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
GetWriterForMessage(SoapServerMessage, Int32) |
傳回以指定的 XmlTextWriter 和緩衝區大小初始化的 SoapServerMessage。 |
MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
ModifyInitializedExtensions(PriorityGroup, SoapExtension[]) |
將指定的優先權和群組屬性套用至指定 SoapExtension 型別陣列所包含的 SOAP 擴充功能。 |
RouteRequest(SoapServerMessage) |
傳回 SoapServerMethod,應該將指定的 SoapServerMessage 傳送至這個方法。 |
ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |