Share via


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 构造函数。

适用于