| Dart.Ssh Namespace > SessionStream Class : Read Method |
| Overload | Description |
|---|---|
| Read(Byte[],Int32,Int32) | Reads session data provided by the SSH-2 host. |
| Read(Byte[],Int32,Int32,Object) | Reads session data provided by the SSH-2 host using a reference to a buffer that is marshaled by the COM interface. |
| Read(Byte[]) | Receives data from the remote host. |
| Read(String[],Object) | Receives data until a delimiter is found. |
| Read(String,Object) | Receives data until a delimiter is found. |