Subject: XmppClientConnection.Open Method ()
... but when I do:
_connection.Open();
it returns some data related to the server such as:
Port: 5222
Target: jabber.cn
Any ideas how I can catch these data and prevent it from being displayed on the command console? Thanks in advance!
_connection.Open();
it returns some data related to the server such as:
Port: 5222
Target: jabber.cn
Any ideas how I can catch these data and prevent it from being displayed on the command console? Thanks in advance!