Aracılığıyla paylaş


KestrelConfigurationLoader.LocalhostEndpoint Yöntem

Tanım

Aşırı Yüklemeler

LocalhostEndpoint(Int32)

Verilen bağlantı noktasıyla ::1 ve 127.0.0.1'de dinler. Bu uç nokta türü için 0 belirterek dinamik bağlantı noktası istemek desteklenmez.

LocalhostEndpoint(Int32, Action<ListenOptions>)

Verilen bağlantı noktasıyla ::1 ve 127.0.0.1'de dinler. Bu uç nokta türü için 0 belirterek dinamik bağlantı noktası istemek desteklenmez.

LocalhostEndpoint(Int32)

Kaynak:
KestrelConfigurationLoader.cs
Kaynak:
KestrelConfigurationLoader.cs
Kaynak:
KestrelConfigurationLoader.cs

Verilen bağlantı noktasıyla ::1 ve 127.0.0.1'de dinler. Bu uç nokta türü için 0 belirterek dinamik bağlantı noktası istemek desteklenmez.

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

Parametreler

port
Int32

Döndürülenler

Şunlara uygulanır

LocalhostEndpoint(Int32, Action<ListenOptions>)

Kaynak:
KestrelConfigurationLoader.cs
Kaynak:
KestrelConfigurationLoader.cs
Kaynak:
KestrelConfigurationLoader.cs

Verilen bağlantı noktasıyla ::1 ve 127.0.0.1'de dinler. Bu uç nokta türü için 0 belirterek dinamik bağlantı noktası istemek desteklenmez.

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

Parametreler

port
Int32
configure
Action<ListenOptions>

Döndürülenler

Şunlara uygulanır