iControl.LocalLBProfileHttp.get_http_proxy_type C# (CSharp) Method

get_http_proxy_type() private method

private get_http_proxy_type ( string profile_names ) : LocalLBProfileHttpProfileHTTPProxyType[]
profile_names string
return LocalLBProfileHttpProfileHTTPProxyType[]
        public LocalLBProfileHttpProfileHTTPProxyType[] get_http_proxy_type(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_http_proxy_type", new object [] {
                profile_names});
            return ((LocalLBProfileHttpProfileHTTPProxyType [])(results[0]));
        }
LocalLBProfileHttp