SoapServerFormatterSinkProvider Konstruktoren
Definition
Initialisiert eine neue Instanz der SoapServerFormatterSinkProvider-Klasse.Initializes a new instance of the SoapServerFormatterSinkProvider class.
Überlädt
SoapServerFormatterSinkProvider() |
Initialisiert eine neue Instanz der SoapServerFormatterSinkProvider-Klasse mit Standardwerten.Initializes a new instance of the SoapServerFormatterSinkProvider class with default values. |
SoapServerFormatterSinkProvider(IDictionary, ICollection) |
Initialisiert eine neue Instanz der SoapServerFormatterSinkProvider-Klasse mit den bereitgestellten Eigenschaften und Anbieterdaten.Initializes a new instance of the SoapServerFormatterSinkProvider class with the provided properties and provider data. |
SoapServerFormatterSinkProvider()
Initialisiert eine neue Instanz der SoapServerFormatterSinkProvider-Klasse mit Standardwerten.Initializes a new instance of the SoapServerFormatterSinkProvider class with default values.
public:
SoapServerFormatterSinkProvider();
public SoapServerFormatterSinkProvider ();
Public Sub New ()
Gilt für:
SoapServerFormatterSinkProvider(IDictionary, ICollection)
Initialisiert eine neue Instanz der SoapServerFormatterSinkProvider-Klasse mit den bereitgestellten Eigenschaften und Anbieterdaten.Initializes a new instance of the SoapServerFormatterSinkProvider class with the provided properties and provider data.
public:
SoapServerFormatterSinkProvider(System::Collections::IDictionary ^ properties, System::Collections::ICollection ^ providerData);
public SoapServerFormatterSinkProvider (System.Collections.IDictionary properties, System.Collections.ICollection providerData);
new System.Runtime.Remoting.Channels.SoapServerFormatterSinkProvider : System.Collections.IDictionary * System.Collections.ICollection -> System.Runtime.Remoting.Channels.SoapServerFormatterSinkProvider
Public Sub New (properties As IDictionary, providerData As ICollection)
Parameter
- properties
- IDictionary
Ein IDictionary von Konfigurationseigenschaften für die Verwendung mit der neuen Instanz von SoapClientFormatterSinkProvider.A IDictionary of configuration properties to use with the new instance of SoapClientFormatterSinkProvider.
- providerData
- ICollection
Eine ICollection von Anbieterdaten für die Verwendung mit der neuen Instanz von SoapClientFormatterSinkProvider.A ICollection of provider data to use with the new instance of SoapClientFormatterSinkProvider.