iControl.LocalLBProfileRequestLogging.get_proxy_response C# (CSharp) 메소드

get_proxy_response() 개인적인 메소드

private get_proxy_response ( string profile_names ) : iControl.LocalLBProfileString[]
profile_names string
리턴 iControl.LocalLBProfileString[]
        public LocalLBProfileString[] get_proxy_response(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_proxy_response", new object [] {
                profile_names});
            return ((LocalLBProfileString [])(results[0]));
        }
LocalLBProfileRequestLogging