C# 클래스 Brunet.Applications.NodeConfig.XmppConfig

Used to configure XmppServices.
파일 보기 프로젝트 열기: pstjuste/brunet

공개 프로퍼티들

프로퍼티 타입 설명
Enabled bool
Password string
Port int
Server string
Username string

프로퍼티 상세

Enabled 공개적으로 프로퍼티

public bool Enabled
리턴 bool

Password 공개적으로 프로퍼티

public string Password
리턴 string

Port 공개적으로 프로퍼티

public int Port
리턴 int

Server 공개적으로 프로퍼티

public string Server
리턴 string

Username 공개적으로 프로퍼티

public string Username
리턴 string