IErlTransport MembersNFX Class Library

[This is preliminary documentation and is subject to change.]

The IErlTransport type exposes the following members.
Methods

  NameDescription
Public methodClose
Close connection
Public methodConnect(String, Int32)
Connects to remote host:port
Public methodConnect(String, Int32, Int32)
Connects to remote host:port with a timeout in milliseconds
Public methodOnlineDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from OnlineIDisposable.)
Public methodGetStream
Network stream
Public methodSetSocketOption
Sets cocket options
Back to Top
Properties

  NameDescription
Public propertyConnectTimeout
ConnectTimeout in milliseconds
Public propertyNoDelay
NoDelay socket
Public propertyNodeName
Erlang node name
Public propertyReceiveBufferSize
Set receive buffer size
Public propertyRemoteEndPoint
Remote endpoint
Public propertySendBufferSize
Set send buffer size
Public propertySSHAuthenticationType
Type of auth on SSH server. Valid values: "PublicKey", "Password".
Public propertySSHPrivateKeyFilePath
Private key file path (only for AuthenticationType = PublicKey) Required SSH2 ENCRYPTED PRIVATE KEY format.
Public propertySSHServerPort
Port of SSH server
Public propertySSHUserName
SSH user name
Back to Top
Events

  NameDescription
Public eventTrace
Trace event
Back to Top
See Also