Exemplo n.º 1
0
 public AuthorizationHandler(string baseUrl, string siteUrl)
 {
     _baseUrl            = baseUrl;
     _soapHandler        = new XmlHandler();
     _authRequestHandler = new AuthRequestsHandler(baseUrl, siteUrl);
 }