Property | Type | Description | |
---|---|---|---|
Initialise | void | ||
Write | void | ||
WriteDelay | void |
Method | Description | |
---|---|---|
RecordingMessageReader ( IMessageReader inner, Stream output, bool ownsOutput ) : System |
Initialises a new instance of the RecordingMessageReader class and specified the inner message reader, the output stream and a value indicating if the decorator owns the output.
|
|
RecordingMessageReader ( IMessageReader inner, string path ) : System |
Initialises a new instance of the RecordingMessageReader class and specified the inner message reader and the output file path.
|
Method | Description | |
---|---|---|
DisposeOfManagedResources ( ) : void | ||
ReadImpl ( ) : Message |
Method | Description | |
---|---|---|
Initialise ( IMessageReader inner, Stream output, bool ownsOutput ) : void | ||
Write ( Message message ) : void | ||
WriteDelay ( ) : void |
protected DisposeOfManagedResources ( ) : void | ||
return | void |
public RecordingMessageReader ( IMessageReader inner, Stream output, bool ownsOutput ) : System | ||
inner | IMessageReader | The inner message reader. |
output | Stream | The output stream. |
ownsOutput | bool | |
return | System |
public RecordingMessageReader ( IMessageReader inner, string path ) : System | ||
inner | IMessageReader | The inner message reader. |
path | string | The output file path. |
return | System |