Method | Description | |
---|---|---|
DecrementConnectionsCount ( ) : void | ||
IncrementConnectionsCount ( ) : void | ||
KeepAlive ( ) : System.Threading.Tasks.Task | ||
Send ( |
||
ServerSentEventsTransport ( HttpContext context, |
Method | Description | |
---|---|---|
InitializeResponse ( ITransportConnection connection ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
PerformKeepAlive ( object state ) : System.Threading.Tasks.Task | ||
PerformSend ( object state ) : System.Threading.Tasks.Task | ||
WriteInit ( |
protected InitializeResponse ( ITransportConnection connection ) : System.Threading.Tasks.Task | ||
connection | ITransportConnection | |
return | System.Threading.Tasks.Task |
public KeepAlive ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public Send ( |
||
response | ||
return | System.Threading.Tasks.Task |
public ServerSentEventsTransport ( HttpContext context, |
||
context | HttpContext | |
jsonSerializer | ||
heartbeat | ITransportHeartbeat | |
performanceCounterManager | IPerformanceCounterManager | |
applicationLifetime | IApplicationLifetime | |
loggerFactory | ILoggerFactory | |
pool | IMemoryPool | |
return | System |