| Dart.Ssh Namespace > SessionStream Class : Write Method |
| Overload | Description |
|---|---|
| Write(Byte[],Int32,Int32) | Writes user data to a stream that is received by the SSH-2 host. |
| Write(Byte[],Int32,Int32,Object) | Writes data to a stream that is received by the SSH-2 host. Uses a reference to a buffer that is marshaled by the COM interface. |
| Write(Byte[]) | Sends data to the remote host. |
| Write(String) | Sends data to the remote host. |