ArraySegmentTextReader Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Infrastructure
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Represents the text reader associated with the array segment.
System::Object
System::MarshalByRefObject
System.IO::TextReader
Microsoft.AspNet.SignalR.Infrastructure::ArraySegmentTextReader
System::MarshalByRefObject
System.IO::TextReader
Microsoft.AspNet.SignalR.Infrastructure::ArraySegmentTextReader
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The ArraySegmentTextReader type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ArraySegmentTextReader | Initializes a new instance of the ArraySegmentTextReader class. |
| Name | Description | |
|---|---|---|
![]() | Close | (Inherited from TextReader.) |
![]() | CreateObjRef | Security Critical. (Inherited from MarshalByRefObject.) |
![]() | Dispose() | (Inherited from TextReader.) |
![]() | Dispose(Boolean) | (Inherited from TextReader.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) |
![]() | GetType | (Inherited from Object.) |
![]() | InitializeLifetimeService | Security Critical. (Inherited from MarshalByRefObject.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) |
![]() | Peek | (Inherited from TextReader.) |
![]() | Read() | (Inherited from TextReader.) |
![]() | Read(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).) |
![]() | ReadAsync | (Inherited from TextReader.) |
![]() | ReadBlock | (Inherited from TextReader.) |
![]() | ReadBlockAsync | (Inherited from TextReader.) |
![]() | ReadLine | (Inherited from TextReader.) |
![]() | ReadLineAsync | (Inherited from TextReader.) |
![]() | ReadToEnd | (Inherited from TextReader.) |
![]() | ReadToEndAsync | (Inherited from TextReader.) |
![]() | ToString | (Inherited from Object.) |
Show:
