ProcessProtocolHandler 類別
定義
提供通訊協定處理常式的支援。Provides support for protocol handlers.
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public ref class ProcessProtocolHandler abstract : MarshalByRefObject
public abstract class ProcessProtocolHandler : MarshalByRefObject
type ProcessProtocolHandler = class
inherit MarshalByRefObject
Public MustInherit Class ProcessProtocolHandler
Inherits MarshalByRefObject
- 繼承
備註
ProcessProtocolHandler 是在中引進 .NET Framework 3.5.NET Framework 3.5 。ProcessProtocolHandler is introduced in the .NET Framework 3.5.NET Framework 3.5. 如需詳細資訊,請參閱版本和相依性。For more information, see Versions and Dependencies.
建構函式
ProcessProtocolHandler() |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 初始化 ProcessProtocolHandler 類別的新執行個體。Initializes a new instance of the ProcessProtocolHandler class. |
方法
CreateObjRef(Type) |
建立包含所有相關資訊的物件,這些資訊是產生用來與遠端物件通訊的所需 Proxy。Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (繼承來源 MarshalByRefObject) |
Equals(Object) |
判斷指定的物件是否等於目前的物件。Determines whether the specified object is equal to the current object. (繼承來源 Object) |
GetHashCode() |
做為預設雜湊函式。Serves as the default hash function. (繼承來源 Object) |
GetLifetimeService() |
已過時。
擷取控制這個執行個體存留期 (Lifetime) 原則的目前存留期服務物件。Retrieves the current lifetime service object that controls the lifetime policy for this instance. (繼承來源 MarshalByRefObject) |
GetType() |
取得目前執行個體的 Type。Gets the Type of the current instance. (繼承來源 Object) |
InitializeLifetimeService() |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 藉由防止建立使用期,為通訊協定處理常式提供無限的存留期。Gives the protocol handler an infinite lifetime by preventing a lease from being created. |
MemberwiseClone() |
建立目前 Object 的淺層複製。Creates a shallow copy of the current Object. (繼承來源 Object) |
MemberwiseClone(Boolean) |
建立目前 MarshalByRefObject 物件的淺層複本。Creates a shallow copy of the current MarshalByRefObject object. (繼承來源 MarshalByRefObject) |
StartListenerChannel(IListenerChannelCallback, IAdphManager) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 啟動通訊協定接聽程式通道。Starts a protocol listener channel. |
StopListenerChannel(Int32, Boolean) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 停止指定的處理序協定處理常式。Stops the specified process protocol handler. |
StopProtocol(Boolean) |
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。 停止處理序通訊協定處理常式。Stops a process protocol handler. |
ToString() |
傳回代表目前物件的字串。Returns a string that represents the current object. (繼承來源 Object) |