Ejemplo n.º 1
0
 public IMChatServerPrivate(IM im, string url) : base(im, url)
 {
 }
Ejemplo n.º 2
0
 public IMChatServerChannel(IM im, string url) : base(im, url)
 {
 }
Ejemplo n.º 3
0
 public IMChatServerBase(IM im, string url)
 {
     this.im = im;
     http    = new IMHttpClient(url);
 }