FileHandleEndPoint Class

Definition

An endpoint backed by an OS file handle.

public ref class FileHandleEndPoint : System::Net::EndPoint
public class FileHandleEndPoint : System.Net.EndPoint
type FileHandleEndPoint = class
    inherit EndPoint
Public Class FileHandleEndPoint
Inherits EndPoint
Inheritance
FileHandleEndPoint

Constructors

FileHandleEndPoint(UInt64, FileHandleType)

Initializes a new instance of FileHandleEndPoint.

Properties

FileHandle

Gets the file handle.

FileHandleType

Gets the file handle type.

Applies to