Partager via


BinaryServerFormatterSinkProvider Constructeurs

Définition

Initialise une nouvelle instance de la classe BinaryServerFormatterSinkProvider.

Surcharges

BinaryServerFormatterSinkProvider()

Initialise une nouvelle instance de la classe BinaryServerFormatterSinkProvider avec les valeurs par défaut.

BinaryServerFormatterSinkProvider(IDictionary, ICollection)

Initialise une nouvelle instance de la classe BinaryServerFormatterSinkProvider avec les propriétés et les données de fournisseur spécifiées.

BinaryServerFormatterSinkProvider()

Initialise une nouvelle instance de la classe BinaryServerFormatterSinkProvider avec des valeurs par défaut.

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

S’applique à

BinaryServerFormatterSinkProvider(IDictionary, ICollection)

Initialise une nouvelle instance de la classe BinaryServerFormatterSinkProvider avec les propriétés et les données de fournisseur spécifiées.

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)

Paramètres

properties
IDictionary

IDictionary de propriétés de configuration à utiliser avec la nouvelle instance de BinaryServerFormatterSinkProvider.

providerData
ICollection

ICollection de SinkProviderData à utiliser avec la nouvelle instance de BinaryServerFormatterSinkProvider.

S’applique à