iControl.LocalLBProfileRTSP.get_proxy_type C# (CSharp) Méthode

get_proxy_type() private méthode

private get_proxy_type ( string profile_names ) : iControl.LocalLBProfileRtspProxyType[]
profile_names string
Résultat iControl.LocalLBProfileRtspProxyType[]
        public LocalLBProfileRtspProxyType[] get_proxy_type(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_proxy_type", new object [] {
                profile_names});
            return ((LocalLBProfileRtspProxyType [])(results[0]));
        }
LocalLBProfileRTSP