IServerResponseChannelSinkStack.AsyncProcessResponse 方法

定义

请求对当前接收器堆栈中接收器的方法调用进行异步处理。

public:
 void AsyncProcessResponse(System::Runtime::Remoting::Messaging::IMessage ^ msg, System::Runtime::Remoting::Channels::ITransportHeaders ^ headers, System::IO::Stream ^ stream);
public void AsyncProcessResponse (System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream);
[System.Security.SecurityCritical]
public void AsyncProcessResponse (System.Runtime.Remoting.Messaging.IMessage msg, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream);
abstract member AsyncProcessResponse : System.Runtime.Remoting.Messaging.IMessage * System.Runtime.Remoting.Channels.ITransportHeaders * System.IO.Stream -> unit
[<System.Security.SecurityCritical>]
abstract member AsyncProcessResponse : System.Runtime.Remoting.Messaging.IMessage * System.Runtime.Remoting.Channels.ITransportHeaders * System.IO.Stream -> unit
Public Sub AsyncProcessResponse (msg As IMessage, headers As ITransportHeaders, stream As Stream)

参数

msg
IMessage

响应消息。

headers
ITransportHeaders

从服务器响应流中检索到的标头。

stream
Stream

从传输接收器返回的流。

属性

注解

方法 AsyncProcessResponse 初始化当前接收器堆栈中顶部接收器上的异步处理。 有关其他信息,请参阅 AsyncProcessResponse 方法。

适用于