BinaryClientFormatterSinkProvider Konstruktorok

Definíció

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

Túlterhelések

Name Description
BinaryClientFormatterSinkProvider()

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

BinaryClientFormatterSinkProvider(IDictionary, ICollection)

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

BinaryClientFormatterSinkProvider()

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

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

A következőre érvényes:

BinaryClientFormatterSinkProvider(IDictionary, ICollection)

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

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)

Paraméterek

properties
IDictionary

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

providerData
ICollection

SinkProviderData Az új példányhoz BinaryClientFormatterSinkProviderhasználandó szolgáltatói adatokat tartalmazó objektumok egyikeICollection.

Lásd még

A következőre érvényes: