C# 클래스 Tce.RpcEndpointSocket

상속: RpcEndpoint
파일 보기 프로젝트 열기: adoggie/TCE 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
host string
port int
ssl bool

공개 메소드들

메소드 설명
RpcEndpointSocket ( string host, int port, bool ssl = false ) : System

메소드 상세

RpcEndpointSocket() 공개 메소드

public RpcEndpointSocket ( string host, int port, bool ssl = false ) : System
host string
port int
ssl bool
리턴 System

프로퍼티 상세

host 공개적으로 프로퍼티

public string host
리턴 string

port 공개적으로 프로퍼티

public int port
리턴 int

ssl 공개적으로 프로퍼티

public bool ssl
리턴 bool