ErlAbstractConnection Constructor (ErlLocalNode, IErlTransport)NFX Class Library

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

Accept an incoming connection from a remote node. Used by ErlLocalNode.Accept to create a connection based on data received when handshaking with the peer node, when the remote node is the connection intitiator.

Namespace: NFX.Erlang
Assembly: NFX.Erlang (in NFX.Erlang.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

protected ErlAbstractConnection(
	ErlLocalNode home,
	IErlTransport s
)
See Also