1 write to m_PermittedRemoteAddress
System (1)
net\System\Net\Sockets\Socket.cs (1)
5947
m_PermittedRemoteAddress
= socketAddress;
2 references to m_PermittedRemoteAddress
System (2)
net\System\Net\Sockets\Socket.cs (2)
5911
SocketAddress permittedRemoteAddress =
m_PermittedRemoteAddress
;
5946
if (
m_PermittedRemoteAddress
== null || isOverwrite) {