TSystems.RELOAD.Topology.IceCandidate.IceCandidate C# (CSharp) Method

IceCandidate() public method

public IceCandidate ( ) : System
return System
        public IceCandidate()
        {
            this.cand_type = CandType.tcp_host;
        }

Same methods

IceCandidate::IceCandidate ( IpAddressPort addr_port, Overlay_Link ol ) : System