共用方式為


HttpRemotingHandler 建構函式

定義

初始化 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 建構函式。

適用於