BinaryClientFormatterSinkProvider 构造函数

定义

初始化 BinaryClientFormatterSinkProvider 类的新实例。Initializes a new instance of the BinaryClientFormatterSinkProvider class.

重载

BinaryClientFormatterSinkProvider()

使用默认值初始化 BinaryClientFormatterSinkProvider 类的新实例。Initializes a new instance of the BinaryClientFormatterSinkProvider class with default values.

BinaryClientFormatterSinkProvider(IDictionary, ICollection)

用给定属性和提供程序数据初始化 BinaryClientFormatterSinkProvider 类的新实例。Initializes a new instance of the BinaryClientFormatterSinkProvider class with the given properties and provider data.

BinaryClientFormatterSinkProvider()

使用默认值初始化 BinaryClientFormatterSinkProvider 类的新实例。Initializes a new instance of the BinaryClientFormatterSinkProvider class with default values.

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

适用于

BinaryClientFormatterSinkProvider(IDictionary, ICollection)

用给定属性和提供程序数据初始化 BinaryClientFormatterSinkProvider 类的新实例。Initializes a new instance of the BinaryClientFormatterSinkProvider class with the given properties and provider data.

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

参数

properties
IDictionary

要用于 IDictionary 的新实例的配置属性的 BinaryClientFormatterSinkProviderA IDictionary of configuration properties to use with the new instance of BinaryClientFormatterSinkProvider.

providerData
ICollection

包含用于 ICollection 的新实例的提供程序数据的 SinkProviderData 对象的 BinaryClientFormatterSinkProviderA ICollection of SinkProviderData objects that contain provider data to use with the new instance of BinaryClientFormatterSinkProvider.

适用于