3 writes to address
System (3)
net\System\Net\NetworkInformation\PingReply.cs (3)
26this.address = address; 43address = new IPAddress (reply.address); 61address = new IPAddress(reply.Address.Address,reply.Address.ScopeID);
1 reference to address
System (1)
net\System\Net\NetworkInformation\PingReply.cs (1)
113public IPAddress Address { get { return address; } }