Public Member Functions | |
| Socket (string host, int port) | |
| Socket (Sock sock) | |
| Stream | getInputStream () |
| Stream | getOutputStream () |
| bool | isConnected () |
| void | setTcpNoDelay (bool b) |
| void | setSoTimeout (int t) |
| void | close () |
| InetAddress | getInetAddress () |
| int | getPort () |
Protected Member Functions | |
| void | SetSocketOption (SocketOptionLevel level, SocketOptionName name, int val) |
Definition at line 13 of file Socket.cs.
| Tamir.SharpSsh.java.net.Socket.Socket | ( | string | host, | |
| int | port | |||
| ) |
| InetAddress Tamir.SharpSsh.java.net.Socket.getInetAddress | ( | ) |
| void Tamir.SharpSsh.java.net.Socket.SetSocketOption | ( | SocketOptionLevel | level, | |
| SocketOptionName | name, | |||
| int | val | |||
| ) | [protected] |
| void Tamir.SharpSsh.java.net.Socket.setTcpNoDelay | ( | bool | b | ) |
1.5.9