LibuvTransportOptions 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.
Caution
The libuv transport is obsolete and will be removed in a future release. See https://aka.ms/libuvtransport for details.
Provides programmatic configuration of Libuv transport features.
public ref class LibuvTransportOptions
public class LibuvTransportOptions
[System.Obsolete("The libuv transport is obsolete and will be removed in a future release. See https://aka.ms/libuvtransport for details.", false)]
public class LibuvTransportOptions
type LibuvTransportOptions = class
[<System.Obsolete("The libuv transport is obsolete and will be removed in a future release. See https://aka.ms/libuvtransport for details.", false)>]
type LibuvTransportOptions = class
Public Class LibuvTransportOptions
- Inheritance
-
LibuvTransportOptions
- Attributes
Constructors
LibuvTransportOptions() |
Properties
Backlog |
Obsolete.
The maximum length of the pending connection queue. |
MaxReadBufferSize | |
MaxWriteBufferSize | |
NoDelay |
Obsolete.
Set to false to enable Nagle's algorithm for all connections. |
ThreadCount |
Obsolete.
The number of libuv I/O threads used to process requests. |