Exemple #1
0
 public override string ToString()
 {
     return(string.Concat(new[] { AddressHelper.GetIp(Address), ":", Port.ToString(), ":", ServiceProtocol.ToString() }));
 }