SdlChannelSinkProvider Class
Provides the implementation for the server channel sink provider that creates SdlChannelSink instances.
Assembly: System.Runtime.Remoting (in System.Runtime.Remoting.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Next | Gets or sets the next IServerChannelSinkProvider in the sink provider chain. |
| Name | Description | |
|---|---|---|
![]() | CreateSink(IChannelReceiver^) | Creates a sink chain. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetChannelData(IChannelDataStore^) | Returns the channel data for the channel that the current sink is associated with. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
The SdlChannelSink is used to create Web Services Description Language (WSDL) schema in situations where the URL ends with the string "?wsdl", for example, http://localhost/longbeard?wsdl.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


