SoapServerFormatterSinkProvider Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the SoapServerFormatterSinkProvider class.
Overloads
SoapServerFormatterSinkProvider() |
Initializes a new instance of the SoapServerFormatterSinkProvider class with default values. |
SoapServerFormatterSinkProvider(IDictionary, ICollection) |
Initializes a new instance of the SoapServerFormatterSinkProvider class with the provided properties and provider data. |
SoapServerFormatterSinkProvider()
Initializes a new instance of the SoapServerFormatterSinkProvider class with default values.
public:
SoapServerFormatterSinkProvider();
public SoapServerFormatterSinkProvider ();
Public Sub New ()
Applies to
SoapServerFormatterSinkProvider(IDictionary, ICollection)
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)
Parameters
- properties
- IDictionary
A IDictionary of configuration properties to use with the new instance of SoapClientFormatterSinkProvider.
- providerData
- ICollection
A ICollection of provider data to use with the new instance of SoapClientFormatterSinkProvider.