Brunet.Transport.IPTransportAddress.IPTransportAddress C# (CSharp) Method

IPTransportAddress() public method

public IPTransportAddress ( TransportAddress t, string host, int port ) : System
t TransportAddress
host string
port int
return System
    public IPTransportAddress(TransportAddress.TAType t, string host, int port) :
      this(String.Format("brunet.{0}://{1}:{2}", TATypeToString(t), host, port))
    {
      _type = t;
      _ips = null;
    }

Same methods

IPTransportAddress::IPTransportAddress ( TransportAddress t, IPAddress addr, int port ) : System
IPTransportAddress::IPTransportAddress ( string uri_s ) : System