ServerProtocol 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
.NET Framework 會使用衍生自 ServerProtocol 類別的類別,處理 XML Web Service 要求。
public ref class ServerProtocol abstract
public abstract class ServerProtocol
type ServerProtocol = class
Public MustInherit Class ServerProtocol
- 繼承
-
ServerProtocol
- 衍生
建構函式
| ServerProtocol() |
ServerProtocol 的建構函式。 |
屬性
| Context |
取得衍生類別的 HttpContext 物件。 |
| Request |
取得衍生類別的 HttpRequest 物件。 |
| Response |
取得衍生類別的 HttpResponse 物件。 |
| Target |
取得叫用的服務物件。 |
方法
| AddToCache(Type, Type, Object) |
使用從指定通訊協定類型和伺服器類型建立的索引鍵,將 Object 儲存在快取中。 |
| Equals(Object) |
判斷指定的物件是否等於目前的物件。 (繼承來源 Object) |
| GetFromCache(Type, Type) |
擷取 Object,該物件使用從指定通訊協定類型和伺服器類型建立的索引鍵儲存在快取中。 |
| GetHashCode() |
做為預設雜湊函式。 (繼承來源 Object) |
| GetType() |
取得目前執行個體的 Type。 (繼承來源 Object) |
| MemberwiseClone() |
建立目前 Object 的淺層複製。 (繼承來源 Object) |
| ToString() |
傳回代表目前物件的字串。 (繼承來源 Object) |