3 writes to m_endPoint
System.Net (3)
net\PeerToPeer\Collaboration\PeerEndPoint.cs (3)
92
m_endPoint
= endPoint;
103
m_endPoint
= (IPEndPoint)serializationInfo.GetValue("_EndPoint", typeof(IPEndPoint));
123
m_endPoint
= value;
6 references to m_endPoint
System.Net (6)
net\PeerToPeer\Collaboration\PeerEndPoint.cs (6)
87
if ((
m_endPoint
!= null) && (
m_endPoint
.AddressFamily != AddressFamily.InterNetworkV6)){
114
get { return
m_endPoint
; }
119
if ((
m_endPoint
!= null) && (
m_endPoint
.AddressFamily != AddressFamily.InterNetworkV6)){
468
info.AddValue("_EndPoint",
m_endPoint
);