2 references to TryParse
Microsoft.AspNetCore.Components.WebAssembly.Server (1)
TargetPickerUi.cs (1)
117
if (IPEndPoint.
TryParse
(_debugProxyUrl, out IPEndPoint? endpoint))
Microsoft.AspNetCore.HttpOverrides (1)
ForwardedHeadersMiddleware.cs (1)
236
if (IPEndPoint.
TryParse
(set.IpAndPortText, out var parsedEndPoint))