iControl.LocalLBProfileHttp.Beginset_send_proxy_via_header_type_in_response C# (CSharp) Method

Beginset_send_proxy_via_header_type_in_response() public method

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