KestrelConfigurationLoader.AnyIPEndpoint メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
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>