FileHandleEndPoint(UInt64, FileHandleType) 构造函数

定义

初始化 FileHandleEndPoint 的新实例。

public:
 FileHandleEndPoint(System::UInt64 fileHandle, Microsoft::AspNetCore::Connections::FileHandleType fileHandleType);
public FileHandleEndPoint (ulong fileHandle, Microsoft.AspNetCore.Connections.FileHandleType fileHandleType);
new Microsoft.AspNetCore.Connections.FileHandleEndPoint : uint64 * Microsoft.AspNetCore.Connections.FileHandleType -> Microsoft.AspNetCore.Connections.FileHandleEndPoint
Public Sub New (fileHandle As ULong, fileHandleType As FileHandleType)

参数

fileHandle
UInt64

文件句柄。

fileHandleType
FileHandleType

文件句柄类型。

适用于