BinaryServerFormatterSinkProvider コンストラクター

定義

BinaryServerFormatterSinkProvider クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
BinaryServerFormatterSinkProvider()

既定値を使用して、 BinaryServerFormatterSinkProvider クラスの新しいインスタンスを初期化します。

BinaryServerFormatterSinkProvider(IDictionary, ICollection)

指定されたプロパティとプロバイダー データを使用して、 BinaryServerFormatterSinkProvider クラスの新しいインスタンスを初期化します。

BinaryServerFormatterSinkProvider()

既定値を使用して、 BinaryServerFormatterSinkProvider クラスの新しいインスタンスを初期化します。

public:
 BinaryServerFormatterSinkProvider();
public BinaryServerFormatterSinkProvider();
Public Sub New ()

適用対象

BinaryServerFormatterSinkProvider(IDictionary, ICollection)

指定されたプロパティとプロバイダー データを使用して、 BinaryServerFormatterSinkProvider クラスの新しいインスタンスを初期化します。

public:
 BinaryServerFormatterSinkProvider(System::Collections::IDictionary ^ properties, System::Collections::ICollection ^ providerData);
public BinaryServerFormatterSinkProvider(System.Collections.IDictionary properties, System.Collections.ICollection providerData);
new System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider : System.Collections.IDictionary * System.Collections.ICollection -> System.Runtime.Remoting.Channels.BinaryServerFormatterSinkProvider
Public Sub New (properties As IDictionary, providerData As ICollection)

パラメーター

properties
IDictionary

IDictionaryの新しいインスタンスで使用する構成プロパティのBinaryServerFormatterSinkProvider

providerData
ICollection

ICollectionの新しいインスタンスで使用するSinkProviderDataBinaryServerFormatterSinkProvider

適用対象