BinaryServerFormatterSinkProvider Konstruktory

Definice

Inicializuje novou instanci BinaryServerFormatterSinkProvider třídy.

Přetížení

Name Description
BinaryServerFormatterSinkProvider()

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

BinaryServerFormatterSinkProvider(IDictionary, ICollection)

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

BinaryServerFormatterSinkProvider()

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

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

Platí pro

BinaryServerFormatterSinkProvider(IDictionary, ICollection)

Inicializuje novou instanci BinaryServerFormatterSinkProvider třídy s poskytnutý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

Vlastnosti IDictionary konfigurace, které se mají použít s novou instancí BinaryServerFormatterSinkProvider.

providerData
ICollection

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

Platí pro