Method | Description | |
---|---|---|
AsyncStreamReader ( Stream stream, IConnection connection, System.Action initializeCallback, System.Action closeCallback ) : SignalR.Client._20.Http | ||
StartReading ( ) : void | ||
StopReading ( bool raiseCloseCallback ) : void |
Method | Description | |
---|---|---|
ProcessBuffer ( ) : void | ||
ProcessChunks ( ) : void | ||
ReadLoop ( ) : void |
public AsyncStreamReader ( Stream stream, IConnection connection, System.Action initializeCallback, System.Action closeCallback ) : SignalR.Client._20.Http | ||
stream | Stream | |
connection | IConnection | |
initializeCallback | System.Action | |
closeCallback | System.Action | |
return | SignalR.Client._20.Http |
public StopReading ( bool raiseCloseCallback ) : void | ||
raiseCloseCallback | bool | |
return | void |