iControl.NetworkingiSessionRemoteInterfaceV2.set_profile_serverssl C# (CSharp) Method

set_profile_serverssl() private method

private set_profile_serverssl ( string peers, string serverssl ) : void
peers string
serverssl string
return void
        public void set_profile_serverssl(
		string [] peers,
		string [] serverssl
	)
        {
            this.Invoke("set_profile_serverssl", new object [] {
                peers,
                serverssl});
        }
NetworkingiSessionRemoteInterfaceV2