iControl.LocalLBProfileHttp.Endget_send_proxy_via_header_host_name C# (CSharp) Méthode

Endget_send_proxy_via_header_host_name() public méthode

public Endget_send_proxy_via_header_host_name ( System asyncResult ) : LocalLBProfileString[]
asyncResult System
Résultat LocalLBProfileString[]
        public LocalLBProfileString[] Endget_send_proxy_via_header_host_name(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((LocalLBProfileString [])(results[0]));
        }
LocalLBProfileHttp