SoapClientFormatterSink.AsyncProcessResponse Method
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.
Requests asynchronous processing of a response to a method call on the current sink.
public:
virtual void AsyncProcessResponse(System::Runtime::Remoting::Channels::IClientResponseChannelSinkStack ^ sinkStack, System::Object ^ state, System::Runtime::Remoting::Channels::ITransportHeaders ^ headers, System::IO::Stream ^ stream);
public void AsyncProcessResponse (System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack sinkStack, object state, System.Runtime.Remoting.Channels.ITransportHeaders headers, System.IO.Stream stream);
abstract member AsyncProcessResponse : System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack * obj * System.Runtime.Remoting.Channels.ITransportHeaders * System.IO.Stream -> unit
override this.AsyncProcessResponse : System.Runtime.Remoting.Channels.IClientResponseChannelSinkStack * obj * System.Runtime.Remoting.Channels.ITransportHeaders * System.IO.Stream -> unit
Public Sub AsyncProcessResponse (sinkStack As IClientResponseChannelSinkStack, state As Object, headers As ITransportHeaders, stream As Stream)
Parameters
- sinkStack
- IClientResponseChannelSinkStack
A stack of sinks that called the current sink.
- state
- Object
The state associated with the current sink.
- headers
- ITransportHeaders
The headers retrieved from the server response stream.
- stream
- Stream
The stream coming back from the transport sink.
Implements
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.