Sdílet prostřednictvím


BinaryServerFormatterSinkProvider Konstruktory

Definice

Inicializuje novou instanci BinaryServerFormatterSinkProvider třídy.

Přetížení

BinaryServerFormatterSinkProvider()

Inicializuje novou instanci třídy BinaryServerFormatterSinkProvider s výchozími hodnotami.

BinaryServerFormatterSinkProvider(IDictionary, ICollection)

Inicializuje novou instanci BinaryServerFormatterSinkProvider třídy se zadanými vlastnostmi a daty zprostředkovatele.

BinaryServerFormatterSinkProvider()

Inicializuje novou instanci třídy BinaryServerFormatterSinkProvider s výchozími hodnotami.

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

Platí pro

BinaryServerFormatterSinkProvider(IDictionary, ICollection)

Inicializuje novou instanci BinaryServerFormatterSinkProvider třídy se zadanými vlastnostmi a daty zprostředkovatele.

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)

Parametry

properties
IDictionary

A IDictionary vlastností konfigurace, které se mají použít s novou instancí nástroje BinaryServerFormatterSinkProvider.

providerData
ICollection

A ICollection pro SinkProviderData použití s novou instancí objektu BinaryServerFormatterSinkProvider.

Platí pro