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