FileHandleEndPoint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |