KestrelConfigurationLoader.UnixSocketEndpoint Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
UnixSocketEndpoint(String) |
Associar ao caminho do soquete de domínio do Unix fornecido. |
UnixSocketEndpoint(String, Action<ListenOptions>) |
Associar ao caminho do soquete de domínio do Unix fornecido. |
UnixSocketEndpoint(String)
Associar ao caminho do soquete de domínio do Unix fornecido.
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
Parâmetros
- socketPath
- String
Retornos
Aplica-se a
UnixSocketEndpoint(String, Action<ListenOptions>)
Associar ao caminho do soquete de domínio do Unix fornecido.
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
Parâmetros
- socketPath
- String
- configure
- Action<ListenOptions>