ArraySegmentTextReader Class

.NET Framework 4.5

Represents the text reader associated with the array segment.

System::Object
  System::MarshalByRefObject
    System.IO::TextReader
      Microsoft.AspNet.SignalR.Infrastructure::ArraySegmentTextReader

Namespace:  Microsoft.AspNet.SignalR.Infrastructure
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public ref class ArraySegmentTextReader : public TextReader

The ArraySegmentTextReader type exposes the following members.

  NameDescription
Public methodArraySegmentTextReaderInitializes a new instance of the ArraySegmentTextReader class.
Top

  NameDescription
Public methodClose (Inherited from TextReader.)
Public methodCreateObjRefSecurity Critical. (Inherited from MarshalByRefObject.)
Public methodDispose() (Inherited from TextReader.)
Protected methodDispose(Boolean) (Inherited from TextReader.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeServiceSecurity Critical. (Inherited from MarshalByRefObject.)
Public methodGetType (Inherited from Object.)
Public methodInitializeLifetimeServiceSecurity Critical. (Inherited from MarshalByRefObject.)
Protected methodMemberwiseClone() (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodPeek (Inherited from TextReader.)
Public methodRead() (Inherited from TextReader.)
Public methodRead(array<Char>, Int32, Int32)Reads a specified maximum number of characters from the current reader and writes the data to a buffer, beginning at the specified index. (Overrides TextReader::Read(array<Char>, Int32, Int32).)
Public methodReadAsync (Inherited from TextReader.)
Public methodReadBlock (Inherited from TextReader.)
Public methodReadBlockAsync (Inherited from TextReader.)
Public methodReadLine (Inherited from TextReader.)
Public methodReadLineAsync (Inherited from TextReader.)
Public methodReadToEnd (Inherited from TextReader.)
Public methodReadToEndAsync (Inherited from TextReader.)
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: