C# 클래스 agsXMPP.protocol.iq.disco.DiscoIdentity

Summary description for DiscoIdentity.
상속: Element
파일 보기 프로젝트 열기: SiteView/ECC8.13 1 사용 예제들

공개 메소드들

메소드 설명
DiscoIdentity ( ) : System
DiscoIdentity ( string type, string category ) : System
DiscoIdentity ( string type, string name, string category ) : System

메소드 상세

DiscoIdentity() 공개 메소드

public DiscoIdentity ( ) : System
리턴 System

DiscoIdentity() 공개 메소드

public DiscoIdentity ( string type, string category ) : System
type string
category string
리턴 System

DiscoIdentity() 공개 메소드

public DiscoIdentity ( string type, string name, string category ) : System
type string
name string
category string
리턴 System