BinaryServerFormatterSinkProvider Constructors

Definition

Initializes a new instance of the BinaryServerFormatterSinkProvider class.

Overloads

BinaryServerFormatterSinkProvider()

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

BinaryServerFormatterSinkProvider(IDictionary, ICollection)

Initializes a new instance of the BinaryServerFormatterSinkProvider class with the provided properties and provider data.

BinaryServerFormatterSinkProvider()

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

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

Applies to

BinaryServerFormatterSinkProvider(IDictionary, ICollection)

Initializes a new instance of the BinaryServerFormatterSinkProvider class with the provided properties and provider data.

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)

Parameters

properties
IDictionary

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

providerData
ICollection

A ICollection of SinkProviderData to use with the new instance of BinaryServerFormatterSinkProvider.

Applies to