[This is preliminary documentation and is subject to change.]
The IErlTransport type exposes the following members.Methods
| Name | Description | |
|---|---|---|
| Close |
Close connection
| |
| Connect(String, Int32) |
Connects to remote host:port
| |
| Connect(String, Int32, Int32) |
Connects to remote host:port with a timeout in milliseconds
| |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from | ||
| GetStream |
Network stream
| |
| SetSocketOption |
Sets cocket options
|
Properties
| Name | Description | |
|---|---|---|
| ConnectTimeout |
ConnectTimeout in milliseconds
| |
| NoDelay |
NoDelay socket
| |
| NodeName |
Erlang node name
| |
| ReceiveBufferSize |
Set receive buffer size
| |
| RemoteEndPoint |
Remote endpoint
| |
| SendBufferSize |
Set send buffer size
| |
| SSHAuthenticationType |
Type of auth on SSH server.
Valid values: "PublicKey", "Password".
| |
| SSHPrivateKeyFilePath |
Private key file path (only for AuthenticationType = PublicKey)
Required SSH2 ENCRYPTED PRIVATE KEY format.
| |
| SSHServerPort |
Port of SSH server
| |
| SSHUserName |
SSH user name
|
Events
| Name | Description | |
|---|---|---|
| Trace |
Trace event
|
See Also