public class SdlChannelSinkProvider : IServerChannelSinkProvider
|
| ctor #1 | Overloaded:.ctor()Default constructor. This constructor is called by derived class constructors to initialize state in this type.Initializes a new instance of the SdlChannelSinkProvider class with default values. |
| ctor #2 | Overloaded:.ctor(IDictionary properties, ICollection providerData) Initializes a new instance of the SdlChannelSinkProvider class with specified properties and provider data. |
| Next | Read-write Gets or sets the next IServerChannelSinkProvider in the sink provider chain. |
| CreateSink | Creates a sink chain. |
| Equals (inherited from System.Object) |
See base class member description: System.Object.Equals Derived from System.Object, the primary base class for all objects. |
| GetChannelData | Returns the channel data for the channel that the current sink is associated with. |
| GetHashCode (inherited from System.Object) |
See base class member description: System.Object.GetHashCode Derived from System.Object, the primary base class for all objects. |
| GetType (inherited from System.Object) |
See base class member description: System.Object.GetType Derived from System.Object, the primary base class for all objects. |
| ToString (inherited from System.Object) |
See base class member description: System.Object.ToString Derived from System.Object, the primary base class for all objects. |
| Finalize (inherited from System.Object) |
See base class member description: System.Object.Finalize Derived from System.Object, the primary base class for all objects. |
| MemberwiseClone (inherited from System.Object) |
See base class member description: System.Object.MemberwiseClone Derived from System.Object, the primary base class for all objects. |
Hierarchy:
public SdlChannelSinkProvider(); |
public SdlChannelSinkProvider( |
properties
providerData
public IServerChannelSinkProvider Next {get; set;}
|
public IServerChannelSink CreateSink( |
channel
~SdlChannelSinkProvider(); |
public void GetChannelData( |
localChannelData
public virtual int GetHashCode(); |
public Type GetType(); |
protected object MemberwiseClone(); |
public virtual string ToString(); |