iControl.ConnectionInfo.setEndpoint C# (CSharp) Method

setEndpoint() public method

public setEndpoint ( String hostname, long port, String endpoint ) : void
hostname String
port long
endpoint String
return void
        public void setEndpoint(String hostname, long port, String endpoint)
        {
            m_hostname = hostname;
            m_port = port;
            m_endpoint = endpoint;
        }