Share via


KestrelConfigurationLoader.NamedPipeEndpoint Method

Definition

Overloads

NamedPipeEndpoint(String)

Bind to given named pipe.

NamedPipeEndpoint(String, Action<ListenOptions>)

Bind to given named pipe.

NamedPipeEndpoint(String)

Bind to given named pipe.

public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader NamedPipeEndpoint (string pipeName);
member this.NamedPipeEndpoint : string -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function NamedPipeEndpoint (pipeName As String) As KestrelConfigurationLoader

Parameters

pipeName
String

Returns

Applies to

NamedPipeEndpoint(String, Action<ListenOptions>)

Bind to given named pipe.

public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader NamedPipeEndpoint (string pipeName, Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> configure);
member this.NamedPipeEndpoint : string * Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function NamedPipeEndpoint (pipeName As String, configure As Action(Of ListenOptions)) As KestrelConfigurationLoader

Parameters

pipeName
String
configure
Action<ListenOptions>

Returns

Applies to