Method | Description | |
---|---|---|
Load ( uint protocolVersion, byte data, int offset, int count, Encoding encoding ) : |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
LoadData ( ) : void | ||
ReadAttributes ( ) : |
||
SaveData ( ) : void | ||
WriteBytes ( |
Writes the current message to the specified SshDataStream.
|
Method | Description | |
---|---|---|
Load ( uint protocolVersion, SftpMessageTypes messageType, byte data, int offset, int count, Encoding encoding ) : |
public static Load ( uint protocolVersion, byte data, int offset, int count, Encoding encoding ) : |
||
protocolVersion | uint | |
data | byte | |
offset | int | |
count | int | |
encoding | Encoding | |
return |
protected ReadAttributes ( ) : |
||
return |
protected WriteBytes ( |
||
stream | The |
|
return | void |