ListenOptions.Type 属性

定义

所描述的接口类型: IPEndPoint、Unix 域套接字路径或文件描述符。

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

适用于