C# Class System.Runtime.Remoting.Channels.ClientChannelSinkStack

Inheritance: IClientChannelSinkStack, IClientResponseChannelSinkStack
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
AsyncProcessResponse ( ITransportHeaders headers, Stream stream ) : void
ClientChannelSinkStack ( ) : System
ClientChannelSinkStack ( IMessageSink replySink ) : System
DispatchException ( Exception e ) : void
DispatchReplyMessage ( IMessage msg ) : void
Pop ( IClientChannelSink sink ) : Object
Push ( IClientChannelSink sink, Object state ) : void

Method Details

AsyncProcessResponse() public method

public AsyncProcessResponse ( ITransportHeaders headers, Stream stream ) : void
headers ITransportHeaders
stream Stream
return void

ClientChannelSinkStack() public method

public ClientChannelSinkStack ( ) : System
return System

ClientChannelSinkStack() public method

public ClientChannelSinkStack ( IMessageSink replySink ) : System
replySink IMessageSink
return System

DispatchException() public method

public DispatchException ( Exception e ) : void
e System.Exception
return void

DispatchReplyMessage() public method

public DispatchReplyMessage ( IMessage msg ) : void
msg IMessage
return void

Pop() public method

public Pop ( IClientChannelSink sink ) : Object
sink IClientChannelSink
return Object

Push() public method

public Push ( IClientChannelSink sink, Object state ) : void
sink IClientChannelSink
state Object
return void