Sdílet prostřednictvím


KestrelConfigurationLoader.UnixSocketEndpoint Metoda

Definice

Přetížení

UnixSocketEndpoint(String)

Vytvořte vazbu k dané cestě soketu domény unixu.

UnixSocketEndpoint(String, Action<ListenOptions>)

Vytvořte vazbu k dané cestě soketu domény unixu.

UnixSocketEndpoint(String)

Zdroj:
KestrelConfigurationLoader.cs
Zdroj:
KestrelConfigurationLoader.cs
Zdroj:
KestrelConfigurationLoader.cs

Vytvořte vazbu k dané cestě soketu domény unixu.

public:
 Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ UnixSocketEndpoint(System::String ^ socketPath);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader UnixSocketEndpoint (string socketPath);
member this.UnixSocketEndpoint : string -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function UnixSocketEndpoint (socketPath As String) As KestrelConfigurationLoader

Parametry

socketPath
String

Návraty

Platí pro

UnixSocketEndpoint(String, Action<ListenOptions>)

Zdroj:
KestrelConfigurationLoader.cs
Zdroj:
KestrelConfigurationLoader.cs
Zdroj:
KestrelConfigurationLoader.cs

Vytvořte vazbu k dané cestě soketu domény unixu.

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

Parametry

socketPath
String
configure
Action<ListenOptions>

Návraty

Platí pro