iControl.LocalLBProfileSIP.get_rtp_proxy_style C# (CSharp) Method

get_rtp_proxy_style() private method

private get_rtp_proxy_style ( string profile_names ) : LocalLBProfileSIPProfileRTPProxyStyle[]
profile_names string
return LocalLBProfileSIPProfileRTPProxyStyle[]
        public LocalLBProfileSIPProfileRTPProxyStyle[] get_rtp_proxy_style(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_rtp_proxy_style", new object [] {
                profile_names});
            return ((LocalLBProfileSIPProfileRTPProxyStyle [])(results[0]));
        }
LocalLBProfileSIP