This documentation is archived and is not being maintained.
SdlChannelSink::GetResponseStream Method
Visual Studio 2010
Returns the Stream onto which the provided response message is to be serialized.
Assembly: System.Runtime.Remoting (in System.Runtime.Remoting.dll)
[SecurityPermissionAttribute(SecurityAction::LinkDemand, Flags = SecurityPermissionFlag::Infrastructure, Infrastructure = true)] public: virtual Stream^ GetResponseStream( IServerResponseChannelSinkStack^ sinkStack, Object^ state, IMessage^ msg, ITransportHeaders^ headers ) sealed
Parameters
- sinkStack
- Type: System.Runtime.Remoting.Channels::IServerResponseChannelSinkStack
A stack of sinks that lead back to the server transport sink.
- state
- Type: System::Object
Information associated with the current sink, generated on the request side, and needed on the response side.
- msg
- Type: System.Runtime.Remoting.Messaging::IMessage
The response message to serialize.
- headers
- Type: System.Runtime.Remoting.Channels::ITransportHeaders
The headers to put in the response stream to the client.
Return Value
Type: System.IO::StreamThe Stream onto which the provided response message is to be serialized.
Implements
IServerChannelSink::GetResponseStream(IServerResponseChannelSinkStack, Object, IMessage, ITransportHeaders)- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: