iControl.LocalLBProfileHttp.Beginget_send_proxy_via_header_type_in_response C# (CSharp) Method

Beginget_send_proxy_via_header_type_in_response() public method

public Beginget_send_proxy_via_header_type_in_response ( string profile_names, System callback, object asyncState ) : System.IAsyncResult
profile_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_send_proxy_via_header_type_in_response(string [] profile_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_send_proxy_via_header_type_in_response", new object[] {
            profile_names}, callback, asyncState);
        }
LocalLBProfileHttp