17 writes to Port
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\ServiceMetadataExtension.cs (1)
281
result.
Port
= port;
Infrastructure.Common (5)
ServiceUtilHelper.cs (5)
494
builder.
Port
= int.Parse(TestProperties.GetProperty(TestProperties.ServiceHttpPort_PropertyName));
497
builder.
Port
= int.Parse(TestProperties.GetProperty(TestProperties.ServiceWebSocketPort_PropertyName));
501
builder.
Port
= int.Parse(TestProperties.GetProperty(TestProperties.ServiceHttpsPort_PropertyName));
504
builder.
Port
= int.Parse(TestProperties.GetProperty(TestProperties.ServiceSecureWebSocketPort_PropertyName));
508
builder.
Port
= int.Parse(TestProperties.GetProperty(TestProperties.ServiceTcpPort_PropertyName));
Microsoft.AspNetCore.Cors (1)
Infrastructure\CorsPolicyBuilder.cs (1)
83
builder.
Port
= uri.Port;
Microsoft.AspNetCore.Http.Connections.Client (1)
Internal\Utils.cs (1)
17
Port
= url.Port,
Microsoft.AspNetCore.Server.IntegrationTesting (3)
Common\TestUriHelper.cs (1)
58
return new UriBuilder(uriHint) {
Port
= TestPortHelper.GetNextPort() }.Uri;
Deployers\NginxDeployer.cs (2)
47
builder.
Port
= ((IPEndPoint)_portSelector.LocalEndPoint).Port;
51
builder.
Port
= TestPortHelper.GetNextPort();
Microsoft.Extensions.ServiceDiscovery (2)
Http\ResolvingHttpDelegatingHandler.cs (2)
75
result.
Port
= ep.Port;
109
result.
Port
= port;
Microsoft.Extensions.ServiceDiscovery.Yarp (2)
ServiceDiscoveryDestinationResolver.cs (2)
81
uriBuilder.
Port
= uri.Port;
87
healthUriBuilder.
Port
= uri.Port;
System.Net.WebProxy (1)
System\Net\WebProxy.cs (1)
124
proxyUri = new UriBuilder(proxyUri) {
Port
= port.Value }.Uri;
System.Private.Uri (1)
System\UriBuilder.cs (1)
59
Port
= portNumber;