KestrelConfigurationLoader.LocalhostEndpoint Metodo

Definizione

Overload

LocalhostEndpoint(Int32)

È in ascolto su ::1 e 127.0.0.1 con la porta specificata. La richiesta di una porta dinamica specificando 0 non è supportata per questo tipo di endpoint.

LocalhostEndpoint(Int32, Action<ListenOptions>)

È in ascolto su ::1 e 127.0.0.1 con la porta specificata. La richiesta di una porta dinamica specificando 0 non è supportata per questo tipo di endpoint.

LocalhostEndpoint(Int32)

Origine:
KestrelConfigurationLoader.cs
Origine:
KestrelConfigurationLoader.cs
Origine:
KestrelConfigurationLoader.cs

È in ascolto su ::1 e 127.0.0.1 con la porta specificata. La richiesta di una porta dinamica specificando 0 non è supportata per questo tipo di endpoint.

public:
 Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ LocalhostEndpoint(int port);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader LocalhostEndpoint (int port);
member this.LocalhostEndpoint : int -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function LocalhostEndpoint (port As Integer) As KestrelConfigurationLoader

Parametri

port
Int32

Restituisce

Si applica a

LocalhostEndpoint(Int32, Action<ListenOptions>)

Origine:
KestrelConfigurationLoader.cs
Origine:
KestrelConfigurationLoader.cs
Origine:
KestrelConfigurationLoader.cs

È in ascolto su ::1 e 127.0.0.1 con la porta specificata. La richiesta di una porta dinamica specificando 0 non è supportata per questo tipo di endpoint.

public:
 Microsoft::AspNetCore::Server::Kestrel::KestrelConfigurationLoader ^ LocalhostEndpoint(int port, Action<Microsoft::AspNetCore::Server::Kestrel::Core::ListenOptions ^> ^ configure);
public Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader LocalhostEndpoint (int port, Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> configure);
member this.LocalhostEndpoint : int * Action<Microsoft.AspNetCore.Server.Kestrel.Core.ListenOptions> -> Microsoft.AspNetCore.Server.Kestrel.KestrelConfigurationLoader
Public Function LocalhostEndpoint (port As Integer, configure As Action(Of ListenOptions)) As KestrelConfigurationLoader

Parametri

port
Int32
configure
Action<ListenOptions>

Restituisce

Si applica a