KestrelServerOptions.ListenUnixSocket 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
ListenUnixSocket(String) |
系結至指定的 Unix 網域通訊端路徑。 |
ListenUnixSocket(String, Action<ListenOptions>) |
系結至指定的 Unix 網域通訊端路徑。 指定回呼以設定端點特定的設定。 |
ListenUnixSocket(String)
系結至指定的 Unix 網域通訊端路徑。
public:
void ListenUnixSocket(System::String ^ socketPath);
public void ListenUnixSocket (string socketPath);
member this.ListenUnixSocket : string -> unit
Public Sub ListenUnixSocket (socketPath As String)
參數
- socketPath
- String
適用於
ListenUnixSocket(String, Action<ListenOptions>)
系結至指定的 Unix 網域通訊端路徑。 指定回呼以設定端點特定的設定。
public:
void ListenUnixSocket(System::String ^ socketPath, Action<Microsoft::AspNetCore::Server::Kestrel::Core::ListenOptions ^> ^ configure);
public void ListenUnixSocket (string socketPath, Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> configure);
member this.ListenUnixSocket : string * Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> -> unit
Public Sub ListenUnixSocket (socketPath As String, configure As Action(Of ListenOptions))
參數
- socketPath
- String
- configure
- Action<ListenOptions>