Ncpdp |
The NcpdpTelcoReader type exposes the following members.
| Name | Description | |
|---|---|---|
| NcpdpTelcoReader(Stream, Encoding) | Initializes a new instance of the NcpdpTelcoReader class. | |
| NcpdpTelcoReader(Stream, FuncTransmissionHeader, TransactionHeader, ResponseHeader, TypeInfo, Encoding) | Initializes a new instance of the NcpdpTelcoReader class. | |
| NcpdpTelcoReader(Stream, FuncMessageContext, Assembly, Encoding) | Initializes a new instance of the NcpdpTelcoReader class. | |
| NcpdpTelcoReader(Stream, String, Encoding) | Initializes a new instance of the NcpdpTelcoReader class. |
| Name | Description | |
|---|---|---|
| CurrentSegmentIndex | How many segments have been read so far | |
| CurrentTransmissionHeader | The current transmission header |
| Name | Description | |
|---|---|---|
| Read |
Reads an NCPDP TELCO item from the stream.
(Overrides BaseReaderRead) | |
| ReadAsync |
Reads an NCPDP TELCO item from the stream asynchronously.
(Overrides BaseReaderReadAsync) | |
| ReadAsync(CancellationToken) |
Reads an NCPDP TELCO item from the stream asynchronously with cancellation token.
(Overrides BaseReaderReadAsync(CancellationToken)) |