Свойство | Тип | Описание | |
---|---|---|---|
Initialise | void |
Метод | Описание | |
---|---|---|
RecordedMessageReader ( |
Initialises a new instance of the RecordedMessageReader class and specifies the input stream and a value indicating if the stream is owned by the reader.
|
|
RecordedMessageReader ( string path ) : System.IO |
Initialises a new instance of the RecordedMessageReader class and specifies the input file path.
|
Метод | Описание | |
---|---|---|
DisposeOfManagedResources ( ) : void | ||
ReadImpl ( ) : Message |
Метод | Описание | |
---|---|---|
Initialise ( |
protected DisposeOfManagedResources ( ) : void | ||
Результат | void |
public RecordedMessageReader ( |
||
input | The input stream. | |
ownsInput | bool | |
Результат | System.IO |
public RecordedMessageReader ( string path ) : System.IO | ||
path | string | The input file path. |
Результат | System.IO |