BinaryServerFormatterSinkProvider Construtores
Definição
Inicializa uma nova instância da classe BinaryServerFormatterSinkProvider.Initializes a new instance of the BinaryServerFormatterSinkProvider class.
Sobrecargas
| BinaryServerFormatterSinkProvider() |
Inicializa uma nova instância da classe BinaryServerFormatterSinkProvider com valores padrão.Initializes a new instance of the BinaryServerFormatterSinkProvider class with default values. |
| BinaryServerFormatterSinkProvider(IDictionary, ICollection) |
Inicializa uma nova instância da classe BinaryServerFormatterSinkProvider com as propriedades fornecidas e os dados de provedor.Initializes a new instance of the BinaryServerFormatterSinkProvider class with the provided properties and provider data. |
BinaryServerFormatterSinkProvider()
Inicializa uma nova instância da classe BinaryServerFormatterSinkProvider com valores padrão.Initializes a new instance of the BinaryServerFormatterSinkProvider class with default values.
public:
BinaryServerFormatterSinkProvider();
public BinaryServerFormatterSinkProvider ();
Public Sub New ()
Aplica-se a
BinaryServerFormatterSinkProvider(IDictionary, ICollection)
Inicializa uma nova instância da classe BinaryServerFormatterSinkProvider com as propriedades fornecidas e os dados de provedor.Initializes a new instance of the BinaryServerFormatterSinkProvider class with the provided properties and provider data.
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)
Parâmetros
- properties
- IDictionary
Um IDictionary de propriedades de configuração a ser usado com a nova instância de BinaryServerFormatterSinkProvider.A IDictionary of configuration properties to use with the new instance of BinaryServerFormatterSinkProvider.
- providerData
- ICollection
Um ICollection de SinkProviderData a ser usado com a nova instância do BinaryServerFormatterSinkProvider.A ICollection of SinkProviderData to use with the new instance of BinaryServerFormatterSinkProvider.