iControl.LocalLBProfileHttp.Endget_http_proxy_type C# (CSharp) Method

Endget_http_proxy_type() public method

public Endget_http_proxy_type ( System asyncResult ) : LocalLBProfileHttpProfileHTTPProxyType[]
asyncResult System
return LocalLBProfileHttpProfileHTTPProxyType[]
        public LocalLBProfileHttpProfileHTTPProxyType[] Endget_http_proxy_type(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileHttpProfileHTTPProxyType [])(results[0]));
        }
LocalLBProfileHttp