SdlChannelSinkProvider Class

Definition

Provides the implementation for the server channel sink provider that creates SdlChannelSink instances.

public ref class SdlChannelSinkProvider : System::Runtime::Remoting::Channels::IServerChannelSinkProvider
public class SdlChannelSinkProvider : System.Runtime.Remoting.Channels.IServerChannelSinkProvider
type SdlChannelSinkProvider = class
    interface IServerChannelSinkProvider
Public Class SdlChannelSinkProvider
Implements IServerChannelSinkProvider
Inheritance
SdlChannelSinkProvider
Implements

Remarks

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.

Constructors

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.

Properties

Next

Gets or sets the next IServerChannelSinkProvider in the sink provider chain.

Methods

CreateSink(IChannelReceiver)

Creates a sink chain.

Equals(Object)

Determines whether the specified object is equal to the current object.

(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()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to