BinaryServerFormatterSinkProvider コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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の新しいインスタンスで使用するSinkProviderDataのBinaryServerFormatterSinkProvider。