ClientChannelSinkStack Class
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.
Holds the stack of client channel sinks that must be invoked during an asynchronous message response decoding.
public ref class ClientChannelSinkStack : System::Runtime::Remoting::Channels::IClientChannelSinkStack
public class ClientChannelSinkStack : System.Runtime.Remoting.Channels.IClientChannelSinkStack
[System.Runtime.InteropServices.ComVisible(true)]
public class ClientChannelSinkStack : System.Runtime.Remoting.Channels.IClientChannelSinkStack
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public class ClientChannelSinkStack : System.Runtime.Remoting.Channels.IClientChannelSinkStack
type ClientChannelSinkStack = class
interface IClientChannelSinkStack
interface IClientResponseChannelSinkStack
[<System.Runtime.InteropServices.ComVisible(true)>]
type ClientChannelSinkStack = class
interface IClientChannelSinkStack
interface IClientResponseChannelSinkStack
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type ClientChannelSinkStack = class
interface IClientChannelSinkStack
interface IClientResponseChannelSinkStack
Public Class ClientChannelSinkStack
Implements IClientChannelSinkStack
- Inheritance
-
ClientChannelSinkStack
- 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
ClientChannelSinkStack() |
Initializes a new instance of the ClientChannelSinkStack class with default values. |
ClientChannelSinkStack(IMessageSink) |
Initializes a new instance of the ClientChannelSinkStack class with the specified reply sink. |
Methods
AsyncProcessResponse(ITransportHeaders, Stream) |
Requests asynchronous processing of a method call on the sinks that are in the current sink stack. |
DispatchException(Exception) |
Dispatches the specified exception on the reply sink. |
DispatchReplyMessage(IMessage) |
Dispatches the specified reply message on the reply sink. |
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) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
Pop(IClientChannelSink) |
Pops the information that is associated with all the sinks from the sink stack up to and including the specified sink. |
Push(IClientChannelSink, Object) |
Pushes the specified sink and information that is associated with it onto the sink stack. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |