C# 클래스 Erlang.NET.OtpServer

상속: OtpSelf
파일 보기 프로젝트 열기: takayuki/Erlang.NET

공개 메소드들

메소드 설명
OtpServer ( OtpSelf self ) : System
OtpServer ( String node, String cookie ) : System
OtpServer ( String node, String cookie, int port ) : System

메소드 상세

OtpServer() 공개 메소드

public OtpServer ( OtpSelf self ) : System
self OtpSelf
리턴 System

OtpServer() 공개 메소드

public OtpServer ( String node, String cookie ) : System
node String
cookie String
리턴 System

OtpServer() 공개 메소드

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