Property | Type | Description | |
---|---|---|---|
Initialise | void |
Method | Description | |
---|---|---|
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.
|
Method | Description | |
---|---|---|
DisposeOfManagedResources ( ) : void | ||
ReadImpl ( ) : Message |
Method | Description | |
---|---|---|
Initialise ( |
protected DisposeOfManagedResources ( ) : void | ||
return | void |
public RecordedMessageReader ( |
||
input | The input stream. | |
ownsInput | bool | |
return | System.IO |
public RecordedMessageReader ( string path ) : System.IO | ||
path | string | The input file path. |
return | System.IO |