SoapClientFormatterSinkProvider Constructors

Definition

Initializes a new instance of the SoapClientFormatterSinkProvider class.

Overloads

SoapClientFormatterSinkProvider()

Initializes a new instance of the SoapClientFormatterSinkProvider class with default values.

SoapClientFormatterSinkProvider(IDictionary, ICollection)

Initializes a new instance of the SoapClientFormatterSinkProvider class with the given properties and provider data.

SoapClientFormatterSinkProvider()

Initializes a new instance of the SoapClientFormatterSinkProvider class with default values.

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

Applies to

SoapClientFormatterSinkProvider(IDictionary, ICollection)

Initializes a new instance of the SoapClientFormatterSinkProvider class with the given properties and provider data.

public:
 SoapClientFormatterSinkProvider(System::Collections::IDictionary ^ properties, System::Collections::ICollection ^ providerData);
public SoapClientFormatterSinkProvider (System.Collections.IDictionary properties, System.Collections.ICollection providerData);
new System.Runtime.Remoting.Channels.SoapClientFormatterSinkProvider : System.Collections.IDictionary * System.Collections.ICollection -> System.Runtime.Remoting.Channels.SoapClientFormatterSinkProvider
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.

See also

Applies to