Property | Type | Description | |
---|---|---|---|
Buffers | Queue |
||
Self | |||
ShutdownSendStatus | int | ||
SocketDisconnect | bool | ||
SocketShutdownSend | bool | ||
WriteError | |||
WriteStatus | int |
Method | Description | |
---|---|---|
Complete ( ) : void | ||
DoDisconnectIfNeeded ( ) : void |
Third step: disconnect socket if needed, otherwise this work item is complete
|
|
DoShutdownIfNeeded ( ) : void |
Second step: initiate async shutdown if needed, otherwise go to next step
|
|
DoWriteIfNeeded ( ) : void |
First step: initiate async write if needed, otherwise go to next step
|
|
Execute ( ) : void |
Perform any actions needed by this work item. The individual tasks are non-blocking and will continue through to each other in order.
|
|
WriteContext ( |
public WriteContext ( |
||
self | ||
return | System |
public SocketOutput,Microsoft.AspNet.Server.Kestrel.Http Self | ||
return |