KestrelServerOptions.ListenNamedPipe 方法

定義

多載

ListenNamedPipe(String)

系結至指定的具名管道。

ListenNamedPipe(String, Action<ListenOptions>)

系結至指定的具名管道。 指定回呼以設定端點特定的設定。

ListenNamedPipe(String)

系結至指定的具名管道。

public void ListenNamedPipe (string pipeName);
member this.ListenNamedPipe : string -> unit
Public Sub ListenNamedPipe (pipeName As String)

參數

pipeName
String

適用於

ListenNamedPipe(String, Action<ListenOptions>)

系結至指定的具名管道。 指定回呼以設定端點特定的設定。

public void ListenNamedPipe (string pipeName, Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> configure);
member this.ListenNamedPipe : string * Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> -> unit
Public Sub ListenNamedPipe (pipeName As String, configure As Action(Of ListenOptions))

參數

pipeName
String
configure
Action<ListenOptions>

適用於