KestrelServerOptions.ListenNamedPipe 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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>