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