BinaryClientFormatterSink.AsyncProcessRequest(IClientChannelSinkStack, IMessage, ITransportHeaders, Stream) 方法

定义

请求异步处理对当前接收器的方法调用。Requests asynchronous processing of a method call on the current sink.

public:
 virtual void AsyncProcessRequest(System::Runtime::Remoting::Channels::IClientChannelSinkStack ^ sinkStack, System::Runtime::Remoting::Messaging::IMessage ^ msg, System::Runtime::Remoting::Channels::ITransportHeaders ^ headers, System::IO::Stream ^ stream);
public void AsyncProcessRequest (System.Runtime.Remoting.Channels.IClientChannelSinkStack sinkStack, System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream);
abstract member AsyncProcessRequest : System.Runtime.Remoting.Channels.IClientChannelSinkStack * System.Runtime.Remoting.Messaging.IMessage * System.Runtime.Remoting.Channels.ITransportHeaders * System.IO.Stream -> unit
override this.AsyncProcessRequest : System.Runtime.Remoting.Channels.IClientChannelSinkStack * System.Runtime.Remoting.Messaging.IMessage * System.Runtime.Remoting.Channels.ITransportHeaders * System.IO.Stream -> unit
Public Sub AsyncProcessRequest (sinkStack As IClientChannelSinkStack, msg As IMessage, headers As ITransportHeaders, stream As Stream)

参数

sinkStack
IClientChannelSinkStack

调用了当前接收器的信道接收器的堆栈。A stack of channel sinks that called the current sink.

msg
IMessage

要处理的消息。The message to process.

headers
ITransportHeaders

要添加到发往服务器的传出消息的标头。The headers to add to the outgoing message that is heading to the server.

stream
Stream

将发往传输接收器的流。The stream that is headed toward the transport sink.

实现

适用于