Edit

Share via


BinaryClientFormatterSinkProvider Constructors

Definition

Initializes a new instance of the BinaryClientFormatterSinkProvider class.

Overloads

BinaryClientFormatterSinkProvider()

Initializes a new instance of the BinaryClientFormatterSinkProvider class with default values.

BinaryClientFormatterSinkProvider(IDictionary, ICollection)

Initializes a new instance of the BinaryClientFormatterSinkProvider class with the given properties and provider data.

BinaryClientFormatterSinkProvider()

Initializes a new instance of the BinaryClientFormatterSinkProvider class with default values.

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

Applies to

BinaryClientFormatterSinkProvider(IDictionary, ICollection)

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)

Parameters

properties
IDictionary

A IDictionary of configuration properties to use with the new instance of BinaryClientFormatterSinkProvider.

providerData
ICollection

A ICollection of SinkProviderData objects that contain provider data to use with the new instance of BinaryClientFormatterSinkProvider.

See also

Applies to