HttpRemotingHandler 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 HttpRemotingHandler 類別的新執行個體。
多載
HttpRemotingHandler() |
使用預設值,初始化 HttpRemotingHandler 類別的新執行個體。 |
HttpRemotingHandler(Type, Object) |
使用預設值,初始化 HttpRemotingHandler 類別的新執行個體。 |
HttpRemotingHandler()
使用預設值,初始化 HttpRemotingHandler 類別的新執行個體。
public:
HttpRemotingHandler();
public HttpRemotingHandler ();
Public Sub New ()
適用於
HttpRemotingHandler(Type, Object)
使用預設值,初始化 HttpRemotingHandler 類別的新執行個體。
public:
HttpRemotingHandler(Type ^ type, System::Object ^ srvID);
public HttpRemotingHandler (Type type, object srvID);
new System.Runtime.Remoting.Channels.Http.HttpRemotingHandler : Type * obj -> System.Runtime.Remoting.Channels.Http.HttpRemotingHandler
Public Sub New (type As Type, srvID As Object)
參數
- type
- Type
這個建構函式會忽略 type
參數。
- srvID
- Object
這個建構函式會忽略 srvID
參數。
備註
請改用預設 HttpRemotingHandler 建構函式。