/// <remarks/>
 public void GetOneHTTPRedirectAsync(GetOneHTTPRedirectRequestType GetOneHTTPRedirectRequest, object userState) {
     if ((this.GetOneHTTPRedirectOperationCompleted == null)) {
         this.GetOneHTTPRedirectOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetOneHTTPRedirectOperationCompleted);
     }
     this.InvokeAsync("GetOneHTTPRedirect", new object[] {
                 GetOneHTTPRedirectRequest}, this.GetOneHTTPRedirectOperationCompleted, userState);
 }
 /// <remarks/>
 public void GetOneHTTPRedirectAsync(GetOneHTTPRedirectRequestType GetOneHTTPRedirectRequest) {
     this.GetOneHTTPRedirectAsync(GetOneHTTPRedirectRequest, null);
 }