SdlChannelSinkProvider 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 SdlChannelSinkProvider class.
Overloads
SdlChannelSinkProvider() |
Initializes a new instance of the SdlChannelSinkProvider class with default values. |
SdlChannelSinkProvider(IDictionary, ICollection) |
Initializes a new instance of the SdlChannelSinkProvider class with specified properties and provider data. |
SdlChannelSinkProvider()
Initializes a new instance of the SdlChannelSinkProvider class with default values.
public:
SdlChannelSinkProvider();
public SdlChannelSinkProvider ();
Public Sub New ()
Applies to
SdlChannelSinkProvider(IDictionary, ICollection)
Initializes a new instance of the SdlChannelSinkProvider class with specified properties and provider data.
public:
SdlChannelSinkProvider(System::Collections::IDictionary ^ properties, System::Collections::ICollection ^ providerData);
public SdlChannelSinkProvider (System.Collections.IDictionary properties, System.Collections.ICollection providerData);
new System.Runtime.Remoting.MetadataServices.SdlChannelSinkProvider : System.Collections.IDictionary * System.Collections.ICollection -> System.Runtime.Remoting.MetadataServices.SdlChannelSinkProvider
Public Sub New (properties As IDictionary, providerData As ICollection)
Parameters
- properties
- IDictionary
A IDictionary of configuration properties to use with the new instance of SdlChannelSinkProvider.
- providerData
- ICollection
A ICollection of SinkProviderData instances to use with the new instance of BinaryServerFormatterSinkProvider.