Base:
property
Connection
Microsoft.AspNetCore.Http.HttpContext.Connection
8 references to Connection
HttpAbstractions.SampleApp (1)
Program.cs (1)
31
var connection = context.
Connection
;
Microsoft.AspNetCore.Grpc.JsonTranscoding.Tests (2)
Infrastructure\TestHelpers.cs (1)
30
httpContext.
Connection
.RemoteIpAddress = IPAddress.Parse("127.0.0.1");
JsonTranscodingServerCallContextTests.cs (1)
67
httpContext.
Connection
.RemoteIpAddress = IPAddress.Parse("127.0.0.1");
Microsoft.AspNetCore.Http.Connections.Tests (5)
HttpConnectionDispatcherTests.cs (5)
776
context.
Connection
.Id = "connectionid";
777
context.
Connection
.LocalIpAddress = IPAddress.Loopback;
778
context.
Connection
.LocalPort = 4563;
779
context.
Connection
.RemoteIpAddress = IPAddress.IPv6Any;
780
context.
Connection
.RemotePort = 43456;