Property | Type | Description | |
---|---|---|---|
_allocCallback | Func |
||
_listenCallback | Action |
||
_listenState | object | ||
_readCallback | Action |
||
_readState | object |
Method | Description | |
---|---|---|
Accept ( |
||
Listen ( int backlog, Action |
||
ReadStart ( Func |
||
ReadStop ( ) : void | ||
TryWrite ( |
Method | Description | |
---|---|---|
ReleaseHandle ( ) : bool | ||
UvStreamHandle ( IKestrelTrace logger ) : System |
Method | Description | |
---|---|---|
UvAllocCb ( |
||
UvConnectionCb ( |
||
UvReadCb ( |
public Accept ( |
||
handle | ||
return | void |
public Listen ( int backlog, Action |
||
backlog | int | |
callback | Action |
|
state | object | |
return | void |
public ReadStart ( Func |
||
allocCallback | Func |
|
readCallback | Action |
|
state | object | |
return | void |
protected UvStreamHandle ( IKestrelTrace logger ) : System | ||
logger | IKestrelTrace | |
return | System |