4 writes to RemoteEndPoint
Interop.FunctionalTests (2)
Http3\Http3RequestTests.cs (2)
2379RemoteEndPoint = new IPEndPoint(IPAddress.Loopback, port), 2440RemoteEndPoint = new IPEndPoint(IPAddress.Loopback, port),
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)
384if (!options.RemoteEndPoint.TryParse(out string? host, out IPAddress? address, out int port)) 386throw 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);