次の方法で共有


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

適用対象