Ejemplo n.º 1
0
        public AuthorizeConnector(string endpoint, Dictionary <string, string> headers)
        {
            this.endPoint = endpoint;
            this.Headers  = headers;

            this.AuthorizeBinding  = new AuthorizeBinding();
            this.AuthorizeEndpoint = new AuthorizeEndpoint(endPoint);
        }
Ejemplo n.º 2
0
        public AuthorizeConnector(string endpoint, Dictionary<string, string> headers)
        {
            this.endPoint = endpoint;
            this.Headers = headers;

            this.AuthorizeBinding = new AuthorizeBinding();
            this.AuthorizeEndpoint = new AuthorizeEndpoint(endPoint);
        }