BinaryServerFormatterSinkProvider Konstruktorok

Definíció

Inicializálja a BinaryServerFormatterSinkProvider osztály új példányát.

Túlterhelések

Name Description
BinaryServerFormatterSinkProvider()

Inicializálja az osztály új példányát alapértelmezett BinaryServerFormatterSinkProvider értékekkel.

BinaryServerFormatterSinkProvider(IDictionary, ICollection)

Inicializálja az BinaryServerFormatterSinkProvider osztály új példányát a megadott tulajdonságokkal és szolgáltatói adatokkal.

BinaryServerFormatterSinkProvider()

Inicializálja az osztály új példányát alapértelmezett BinaryServerFormatterSinkProvider értékekkel.

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

A következőre érvényes:

BinaryServerFormatterSinkProvider(IDictionary, ICollection)

Inicializálja az BinaryServerFormatterSinkProvider osztály új példányát a megadott tulajdonságokkal és szolgáltatói adatokkal.

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éterek

properties
IDictionary

A IDictionary konfigurációs tulajdonságok egyike, amelyet a rendszer az új példányhoz BinaryServerFormatterSinkProviderhasznál.

providerData
ICollection

A ICollection elem SinkProviderData a következő új példányával BinaryServerFormatterSinkProviderhasználható: .

A következőre érvényes: