IResponse.GetResponseStream Method
.NET Framework 4
Gets the steam that represents the response body.
Namespace: Microsoft.AspNet.SignalR.Client.Http
Assembly: Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)
Syntax
'Declaration
Function GetResponseStream As Stream
'Usage
Dim instance As IResponse
Dim returnValue As Stream
returnValue = instance.GetResponseStream()
Stream GetResponseStream()
Stream^ GetResponseStream()
abstract GetResponseStream : unit -> Stream
function GetResponseStream() : Stream
Return Value
Type: System.IO.Stream