Property | Type | Description | |
---|---|---|---|
ConnectionGuid | System.Guid | ||
ID | System.Guid |
Method | Description | |
---|---|---|
Cancel ( [ request ) : void |
Cancels the specified request.
|
|
ConnectedCommand ( System.Guid connectionGuid, [ service, [ connection, [ request, |
Initializes a new instance of the ConnectedCommand class.
|
|
Flush ( ) : void |
Clears all buffers for the current writer and causes any buffered data to be written to the underlying device.
|
|
ResetBackgroundColor ( ) : void |
Sets the background color of the writer.
|
|
ResetColors ( ) : void |
Resets the foreground and background colors of the writer.
|
|
ResetForegroundColor ( ) : void |
Resets the foreground color of the writer.
|
|
SetBackgroundColor ( Color color ) : void |
Sets the background color of the writer.
|
|
SetForegroundColor ( Color color ) : void |
Sets the foreground color of the writer.
|
|
ToString ( ) : string |
Returns a System.String that represents this instance.
|
|
Write ( [ buffer ) : void |
Writes a character array to the text string or stream.
|
|
Write ( char value ) : void |
Writes a character to the text string or stream.
|
|
WriteLine ( ) : void |
Writes the line.
|
|
WriteLine ( [ buffer ) : void |
Writes an array of characters followed by a line terminator to the text string or stream.
|
|
WriteLine ( char value ) : void |
Writes the line.
|
|
WriteLine ( string value ) : void |
Writes a string followed by a line terminator to the text string or stream.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the T:System.IO.TextWriter and optionally releases the managed resources.
|
Method | Description | |
---|---|---|
Flush ( int sequence, |
public ConnectedCommand ( System.Guid connectionGuid, [ service, [ connection, [ request, |
||
connectionGuid | System.Guid | The connection unique identifier. |
service | [ | The service. |
connection | [ | The connection. |
request | [ | The request. |
token | The cancellation token. | |
return | System |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true to release both managed and unmanaged resources; false to release only unmanaged resources. |
return | void |
public SetBackgroundColor ( Color color ) : void | ||
color | Color | The color. |
return | void |
public SetForegroundColor ( Color color ) : void | ||
color | Color | The color. |
return | void |
public Write ( [ buffer ) : void | ||
buffer | [ | The character array to write to the text stream. |
return | void |
public Write ( char value ) : void | ||
value | char | The character to write to the text stream. |
return | void |
public WriteLine ( [ buffer ) : void | ||
buffer | [ | The character array from which data is read. |
return | void |
public WriteLine ( string value ) : void | ||
value | string | The string to write. If |
return | void |