다음을 통해 공유


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

파일 핸들 형식입니다.

적용 대상