ChunkBuffer Class

Visual Studio 2010
.NET Framework 4

Provides a simple buffer for data chunks.

System::Object
  Microsoft.AspNet.SignalR.Client.Transports.ServerSentEvents::ChunkBuffer

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

public ref class ChunkBuffer

The ChunkBuffer type exposes the following members.

  NameDescription
Public methodChunkBufferInitializes a new instance of the ChunkBuffer class.
Top

  NameDescription
Public propertyHasChunksGets a value that indicates whether the chunk buffer contains data.
Top

  NameDescription
Public methodAddAppends data to the chunk buffer.
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 methodReadLineReturns a line of data from the chunk buffer.
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: