次の方法で共有


ListenOptions.Type プロパティ

定義

記述されているインターフェイスの種類:、 IPEndPointUnix ドメイン ソケット パス、またはファイル記述子のいずれか。

public:
 property Microsoft::AspNetCore::Server::Kestrel::Transport::Abstractions::Internal::ListenType Type { Microsoft::AspNetCore::Server::Kestrel::Transport::Abstractions::Internal::ListenType get(); };
public Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.ListenType Type { get; }
member this.Type : Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.ListenType
Public ReadOnly Property Type As ListenType

プロパティ値

Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.ListenType

実装

Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.IEndPointInformation.Type

適用対象