C# Class K2Informatics.Erlnet.OtpServer

Inheritance: OtpSelf
Show file Open project: K2InformaticsGmbH/erlnet

Public Methods

Method Description
OtpServer ( OtpSelf self ) : System
OtpServer ( String node, String cookie ) : System
OtpServer ( String node, String cookie, int port ) : System

Method Details

OtpServer() public method

public OtpServer ( OtpSelf self ) : System
self OtpSelf
return System

OtpServer() public method

public OtpServer ( String node, String cookie ) : System
node String
cookie String
return System

OtpServer() public method

public OtpServer ( String node, String cookie, int port ) : System
node String
cookie String
port int
return System