ListenOptions.HandleType 屬性

定義

public:
 property Microsoft::AspNetCore::Server::Kestrel::Transport::Abstractions::Internal::FileHandleType HandleType { Microsoft::AspNetCore::Server::Kestrel::Transport::Abstractions::Internal::FileHandleType get(); void set(Microsoft::AspNetCore::Server::Kestrel::Transport::Abstractions::Internal::FileHandleType value); };
public Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.FileHandleType HandleType { get; set; }
member this.HandleType : Microsoft.AspNetCore.Server.Kestrel.Transport.Abstractions.Internal.FileHandleType with get, set
Public Property HandleType As FileHandleType

屬性值

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

實作

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

適用於