agsXMPP.protocol.client.Presence.Presence C# (CSharp) 메소드

Presence() 공개 메소드

public Presence ( ) : System
리턴 System
        public Presence()
		{
			this.TagName	= "presence";
			this.Namespace	= Uri.CLIENT;
		}

Same methods

Presence::Presence ( ShowType show, string status ) : System
Presence::Presence ( ShowType show, string status, int priority ) : System
Presence