3 writes to _remoteEndPoint
System.Net.Quic (3)
System\Net\Quic\QuicConnection.cs (3)
368
_remoteEndPoint
= MsQuicHelpers.QuicAddrToIPEndPoint(info->RemoteAddress);
642
_remoteEndPoint
= MsQuicHelpers.QuicAddrToIPEndPoint(&remoteAddress);
692
_remoteEndPoint
= MsQuicHelpers.QuicAddrToIPEndPoint(data.Address);
1 reference to _remoteEndPoint
System.Net.Quic (1)
System\Net\Quic\QuicConnection.cs (1)
235
public IPEndPoint RemoteEndPoint =>
_remoteEndPoint
;