1 write to SocketAddressOriginal
System (1)
net\System\Net\Sockets\Socket.cs (1)
4579asyncResult.SocketAddressOriginal = remoteEP.Serialize();
1 reference to SocketAddressOriginal
System (1)
net\System\Net\Sockets\Socket.cs (1)
4643if (asyncResult.CompletedSynchronously && !asyncResult.SocketAddressOriginal.Equals(asyncResult.SocketAddress)) {