iControl.LocalLBProfileFastHttp.Beginget_maximum_header_size C# (CSharp) Method

Beginget_maximum_header_size() public method

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