Bagikan melalui


KestrelConfigurationLoader.UnixSocketEndpoint Metode

Definisi

Overload

UnixSocketEndpoint(String)

Ikat ke jalur soket domain Unix yang diberikan.

UnixSocketEndpoint(String, Action<ListenOptions>)

Ikat ke jalur soket domain Unix yang diberikan.

UnixSocketEndpoint(String)

Sumber:
KestrelConfigurationLoader.cs
Sumber:
KestrelConfigurationLoader.cs
Sumber:
KestrelConfigurationLoader.cs

Ikat ke jalur soket domain Unix yang diberikan.

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

Parameter

socketPath
String

Mengembalikan

Berlaku untuk

UnixSocketEndpoint(String, Action<ListenOptions>)

Sumber:
KestrelConfigurationLoader.cs
Sumber:
KestrelConfigurationLoader.cs
Sumber:
KestrelConfigurationLoader.cs

Ikat ke jalur soket domain Unix yang diberikan.

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

Parameter

socketPath
String
configure
Action<ListenOptions>

Mengembalikan

Berlaku untuk