KestrelConfigurationLoader.AnyIPEndpoint メソッド

定義

オーバーロード

AnyIPEndpoint(Int32)

IPv6 がサポートされていない場合は、IPv6 [::]、または IPv4 0.0.0.0 を使用して、すべての IP をリッスンします。

AnyIPEndpoint(Int32, Action<ListenOptions>)

IPv6 がサポートされていない場合は、IPv6 [::]、または IPv4 0.0.0.0 を使用して、すべての IP をリッスンします。

AnyIPEndpoint(Int32)

IPv6 がサポートされていない場合は、IPv6 [::]、または IPv4 0.0.0.0 を使用して、すべての IP をリッスンします。

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

パラメーター

port
Int32

戻り値

適用対象

AnyIPEndpoint(Int32, Action<ListenOptions>)

IPv6 がサポートされていない場合は、IPv6 [::]、または IPv4 0.0.0.0 を使用して、すべての IP をリッスンします。

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

パラメーター

port
Int32
configure
Action<ListenOptions>

戻り値

適用対象