ServerChannelSinkStack Class

Definition

Holds the stack of server channel sinks.

public ref class ServerChannelSinkStack : System::Runtime::Remoting::Channels::IServerChannelSinkStack
public class ServerChannelSinkStack : System.Runtime.Remoting.Channels.IServerChannelSinkStack
[System.Runtime.InteropServices.ComVisible(true)]
public class ServerChannelSinkStack : System.Runtime.Remoting.Channels.IServerChannelSinkStack
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public class ServerChannelSinkStack : System.Runtime.Remoting.Channels.IServerChannelSinkStack
type ServerChannelSinkStack = class
    interface IServerChannelSinkStack
    interface IServerResponseChannelSinkStack
[<System.Runtime.InteropServices.ComVisible(true)>]
type ServerChannelSinkStack = class
    interface IServerChannelSinkStack
    interface IServerResponseChannelSinkStack
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type ServerChannelSinkStack = class
    interface IServerChannelSinkStack
    interface IServerResponseChannelSinkStack
Public Class ServerChannelSinkStack
Implements IServerChannelSinkStack
Inheritance
ServerChannelSinkStack
Attributes
Implements

Remarks

This class makes a link demand. A security exception is thrown if the immediate caller does not have infrastructure permission. See Link Demands for more information.

Constructors

ServerChannelSinkStack()

Initializes a new instance of the ServerChannelSinkStack class.

Methods

AsyncProcessResponse(IMessage, ITransportHeaders, Stream)

Requests asynchronous processing of a method call on the sinks in the current sink stack.

Equals(Object)

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

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetResponseStream(IMessage, ITransportHeaders)

Returns the Stream onto which the specified message is to be serialized.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
Pop(IServerChannelSink)

Pops the information associated with all the sinks from the sink stack up to and including the specified sink.

Push(IServerChannelSink, Object)

Pushes the specified sink and information associated with it onto the sink stack.

ServerCallback(IAsyncResult)

Provides a AsyncCallback delegate to handle a callback after a message has been dispatched asynchronously.

Store(IServerChannelSink, Object)

Stores a message sink and its associated state for later asynchronous processing.

StoreAndDispatch(IServerChannelSink, Object)

Stores a message sink and its associated state, and then dispatches a message asynchronously, using the sink just stored and any other stored sinks.

ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to