KestrelConfigurationLoader
Configuration
Options
AnyIPEndpoint(Int32)
AnyIPEndpoint(Int32, Action<ListenOptions>)
Endpoint(IPEndPoint)
Endpoint(IPAddress, Int32)
Endpoint(IPEndPoint, Action<ListenOptions>)
Endpoint(String, Action<EndpointConfiguration>)
Endpoint(IPAddress, Int32, Action<ListenOptions>)
HandleEndpoint(UInt64)
HandleEndpoint(UInt64, Action<ListenOptions>)
Load()
LocalhostEndpoint(Int32)
LocalhostEndpoint(Int32, Action<ListenOptions>)
NamedPipeEndpoint(String)
NamedPipeEndpoint(String, Action<ListenOptions>)
UnixSocketEndpoint(String)
UnixSocketEndpoint(String, Action<ListenOptions>)
net9.0
namespace Microsoft.AspNetCore.Server.Kestrel
{
public class KestrelConfigurationLoader
{
public KestrelConfigurationLoader! NamedPipeEndpoint(string! pipeName, Action<ListenOptions!>! configure);
}
}
.NET | 9.0 |
---|---|
Information specific to net9.0 | |
Assembly | Microsoft.AspNetCore.Server.Kestrel.Core , Version=9.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Requires any:
|
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API