iControl.LocalLBProfileFastHttp.Beginset_insert_xforwarded_for_header_mode C# (CSharp) Method

Beginset_insert_xforwarded_for_header_mode() public method

public Beginset_insert_xforwarded_for_header_mode ( string profile_names, LocalLBProfileProfileMode modes, System callback, object asyncState ) : System.IAsyncResult
profile_names string
modes LocalLBProfileProfileMode
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_insert_xforwarded_for_header_mode(string [] profile_names,LocalLBProfileProfileMode [] modes, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_insert_xforwarded_for_header_mode", new object[] {
            profile_names,
            modes}, callback, asyncState);
        }
LocalLBProfileFastHttp