示例#1
0
 public UcwaApp(bool discoverFromInternalDomain = true)
 {
     Transport       = new UcwaAppTransport();
     this.IsSignedIn = false;
     this.discoverFromInternalDomain = discoverFromInternalDomain;
 }
 public UcwaAppEventChannel(string channelUri, UcwaAppTransport transport)
 {
     this.Transport = transport;
     this.url       = channelUri;
 }