C# Class Microsoft.AspNet.SignalR.Client.Http.HttpResponseMessageWrapper

Inheritance: IResponse
Show file Open project: SignalR/SignalR

Public Methods

Method Description
Dispose ( ) : void
GetStream ( ) : Stream
HttpResponseMessageWrapper ( HttpResponseMessage httpResponseMessage ) : System.IO
ReadAsString ( ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetStream() public method

public GetStream ( ) : Stream
return System.IO.Stream

HttpResponseMessageWrapper() public method

public HttpResponseMessageWrapper ( HttpResponseMessage httpResponseMessage ) : System.IO
httpResponseMessage System.Net.Http.HttpResponseMessage
return System.IO

ReadAsString() public method

public ReadAsString ( ) : string
return string