FileHandleEndPoint(UInt64, FileHandleType) Constructor

Definition

Initializes a new instance of 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)

Parameters

fileHandle
UInt64

The file handle.

fileHandleType
FileHandleType

The file handle type.

Applies to