BinaryServerFormatterSinkProvider Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de la classe BinaryServerFormatterSinkProvider.
Surcharges
| Nom | Description |
|---|---|
| BinaryServerFormatterSinkProvider() |
Initialise une nouvelle instance de la BinaryServerFormatterSinkProvider classe avec des valeurs par défaut. |
| BinaryServerFormatterSinkProvider(IDictionary, ICollection) |
Initialise une nouvelle instance de la BinaryServerFormatterSinkProvider classe avec les propriétés fournies et les données du fournisseur. |
BinaryServerFormatterSinkProvider()
Initialise une nouvelle instance de la BinaryServerFormatterSinkProvider classe avec des valeurs par défaut.
public:
BinaryServerFormatterSinkProvider();
public BinaryServerFormatterSinkProvider();
Public Sub New ()
S’applique à
BinaryServerFormatterSinkProvider(IDictionary, ICollection)
Initialise une nouvelle instance de la BinaryServerFormatterSinkProvider classe avec les propriétés fournies et les données du fournisseur.
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
Propriétés IDictionary de configuration à utiliser avec la nouvelle instance de BinaryServerFormatterSinkProvider.
- providerData
- ICollection
ICollection À SinkProviderData utiliser avec la nouvelle instance de BinaryServerFormatterSinkProvider.