RequestType Enum¶
- Namespace
Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv- Assemblies
- Microsoft.AspNetCore.Server.Kestrel
Syntax¶
public enum RequestType
-
enum
Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.RequestType
Fields¶
-
CONNECT()¶ Return type: Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.RequestType CONNECT = 2
-
FS()¶ Return type: Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.RequestType FS = 6
-
GETADDRINFO()¶ Return type: Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.RequestType GETADDRINFO = 8
-
GETNAMEINFO()¶ Return type: Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.RequestType GETNAMEINFO = 9
-
REQ()¶ Return type: Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.RequestType REQ = 1
-
SHUTDOWN()¶ Return type: Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.RequestType SHUTDOWN = 4
-
UDP_SEND()¶ Return type: Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.RequestType UDP_SEND = 5
-
Unknown()¶ Return type: Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.RequestType Unknown = 0
-
WORK()¶ Return type: Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.RequestType WORK = 7
-
WRITE()¶ Return type: Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.Libuv.RequestType WRITE = 3
-