2 writes to RemoteEndPoint
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic.Tests (1)
QuicTestHelpers.cs (1)
125RemoteEndPoint = remoteEndPoint,
System.Net.Http (1)
System\Net\Http\SocketsHttpHandler\ConnectHelper.cs (1)
128RemoteEndPoint = endPoint,
3 references to RemoteEndPoint
System.Net.Quic (3)
System\Net\Quic\QuicConnection.cs (2)
383if (!options.RemoteEndPoint.TryParse(out string? host, out IPAddress? address, out int port)) 385throw new ArgumentException(SR.Format(SR.net_quic_unsupported_endpoint_type, options.RemoteEndPoint.GetType()), nameof(options));
System\Net\Quic\QuicConnectionOptions.cs (1)
209ValidateNotNull(argumentName, SR.net_quic_not_null_open_connection, RemoteEndPoint);