Exemplo n.º 1
0
 public AuthenticationAgentUINavigationController(string url, string callback, AuthenticationAgentUIViewController.ReturnCodeCallback callbackMethod, UIStatusBarStyle preferredStatusBarStyle)
 {
     this.url                     = url;
     this.callback                = callback;
     this.callbackMethod          = callbackMethod;
     this.preferredStatusBarStyle = preferredStatusBarStyle;
 }
 /// <summary>
 ///
 /// </summary>
 public AuthenticationAgentUINavigationController(string url, string callback, IDictionary <string, string> additionalHeaders, AuthenticationAgentUIViewController.ReturnCodeCallback callbackMethod)
 {
     this.url               = url;
     this.callback          = callback;
     this.callbackMethod    = callbackMethod;
     this.additionalHeaders = additionalHeaders;
 }
 /// <summary>
 /// 
 /// </summary>
 public AuthenticationAgentUINavigationController(string url, string callback, IDictionary<string, string> additionalHeaders, AuthenticationAgentUIViewController.ReturnCodeCallback callbackMethod)
 {
     this.url = url;
     this.callback = callback;
     this.callbackMethod = callbackMethod;
     this.additionalHeaders = additionalHeaders;
 }
 public AuthenticationAgentUINavigationController(string url, string callback, AuthenticationAgentUIViewController.ReturnCodeCallback callbackMethod)
 {
     this.url            = url;
     this.callback       = callback;
     this.callbackMethod = callbackMethod;
 }
 public AuthenticationAgentUINavigationController(string url, string callback, AuthenticationAgentUIViewController.ReturnCodeCallback callbackMethod)
 {
     this.url = url;
     this.callback = callback;
     this.callbackMethod = callbackMethod;
 }