Ejemplo n.º 1
0
 public XmsAddress(string queue, XmsHost host)
 {
     Queue = queue;
     Host = host;
 }
Ejemplo n.º 2
0
 protected bool Equals(XmsHost other)
 {
     return string.Equals(HostName, other.HostName) && Port == other.Port && string.Equals(Channel, other.Channel) && string.Equals(Manager, other.Manager);
 }