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 コンストラクターを使用します。

適用対象