AsyncStreamReader Class

.NET Framework 4.5

Represents an asynchronous stream reader.

Namespace:  Microsoft.AspNet.SignalR.Client.Transports
Assembly:  Microsoft.AspNet.SignalR.Client (in Microsoft.AspNet.SignalR.Client.dll)

public ref class AsyncStreamReader

The AsyncStreamReader type exposes the following members.

  NameDescription
Public methodAsyncStreamReaderInitializes a new instance of the AsyncStreamReader class.
Top

  NameDescription
Protected propertyBufferLockGets the object that is used to lock the buffer.
Public propertyClosedGets or sets the method to invoke when the reader is closed while in the Processing state.
Public propertyDataGets or sets the method to invoke when there is a message to be received in the stream.
Public propertyOpenedGets or sets the method to invoke when the stream is open.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStart Starts the reader.
Public methodToString (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: