ChunkBuffer Class

.NET Framework 4.5

No content here will be updated; please do not add material here.

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 indicating whether the buffer has chunks.
Top

  NameDescription
Public methodAdd(ArraySegment<Byte>)Adds a buffer to the chunk.
Public methodAdd(array<Byte>, Int32)Adds a specified 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 methodReadLineReads a line of characters from the current buffer and returns the data as a string.
Public methodToString (Inherited from Object.)
Top

No content here will be updated; please do not add material here.

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: