public AdalCustomConnectionDelegate(AdalCustomUrlProtocol handler)
            {
                this.handler = handler;
#if MAC
                client = (INSUrlProtocolClient)handler.WeakClient;
#else
                client = handler.Client;
#endif
            }
예제 #2
0
 public AdalCustomConnectionDelegate(AdalCustomUrlProtocol handler)
 {
     this.handler = handler;
 }