iControl.LocalLBProfileRTSP.Beginset_proxy_header C# (CSharp) Method

Beginset_proxy_header() public method

public Beginset_proxy_header ( string profile_names, LocalLBProfileString headers, System callback, object asyncState ) : System.IAsyncResult
profile_names string
headers LocalLBProfileString
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_proxy_header(string [] profile_names,LocalLBProfileString [] headers, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_proxy_header", new object[] {
            profile_names,
            headers}, callback, asyncState);
        }
LocalLBProfileRTSP