ArcFM Responder Mobile Developer Guide
GetResponseStream Method (CompressionServerSink)






Syntax
'Declaration
 
Public Function GetResponseStream( _
   ByVal sinkStack As System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack, _
   ByVal state As System.Object, _
   ByVal msg As System.Runtime.Remoting.Messaging.IMessage, _
   ByVal headers As System.Runtime.Remoting.Channels.ITransportHeaders _
) As System.IO.Stream
'Usage
 
Dim instance As CompressionServerSink
Dim sinkStack As System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack
Dim state As System.Object
Dim msg As System.Runtime.Remoting.Messaging.IMessage
Dim headers As System.Runtime.Remoting.Channels.ITransportHeaders
Dim value As System.IO.Stream
 
value = instance.GetResponseStream(sinkStack, state, msg, headers)
public System.IO.Stream GetResponseStream( 
   System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack sinkStack,
   System.object state,
   System.Runtime.Remoting.Messaging.IMessage msg,
   System.Runtime.Remoting.Channels.ITransportHeaders headers
)
public function GetResponseStream( 
    sinkStack: System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack;
    state: System.TObject;
    msg: System.Runtime.Remoting.Messaging.IMessage;
    headers: System.Runtime.Remoting.Channels.ITransportHeaders
): System.IO.Stream; 
public function GetResponseStream( 
   sinkStack : System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack,
   state : System.Object,
   msg : System.Runtime.Remoting.Messaging.IMessage,
   headers : System.Runtime.Remoting.Channels.ITransportHeaders
) : System.IO.Stream;
public: System.IO.Stream* GetResponseStream( 
   System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack* sinkStack,
   System.Object* state,
   System.Runtime.Remoting.Messaging.IMessage* msg,
   System.Runtime.Remoting.Channels.ITransportHeaders* headers
) 
public:
System.IO.Stream^ GetResponseStream( 
   System.Runtime.Remoting.Channels.IServerResponseChannelSinkStack^ sinkStack,
   System.Object^ state,
   System.Runtime.Remoting.Messaging.IMessage^ msg,
   System.Runtime.Remoting.Channels.ITransportHeaders^ headers
) 

Parameters

sinkStack
state
msg
headers
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CompressionServerSink Class
CompressionServerSink Members

Send Feedback