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

Inheritance: IClientChannelSinkStack, IClientResponseChannelSinkStack
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AsyncProcessResponse ( ITransportHeaders headers, Stream stream ) : void
headers ITransportHeaders
stream Stream
Résultat void

ClientChannelSinkStack() public méthode

public ClientChannelSinkStack ( ) : System
Résultat System

ClientChannelSinkStack() public méthode

public ClientChannelSinkStack ( IMessageSink replySink ) : System
replySink IMessageSink
Résultat System

DispatchException() public méthode

public DispatchException ( Exception e ) : void
e System.Exception
Résultat void

DispatchReplyMessage() public méthode

public DispatchReplyMessage ( IMessage msg ) : void
msg IMessage
Résultat void

Pop() public méthode

public Pop ( IClientChannelSink sink ) : Object
sink IClientChannelSink
Résultat Object

Push() public méthode

public Push ( IClientChannelSink sink, Object state ) : void
sink IClientChannelSink
state Object
Résultat void