Метод | Описание | |
---|---|---|
DecrementConnectionsCount ( ) : void | ||
IncrementConnectionsCount ( ) : void | ||
KeepAlive ( ) : Task | ||
ProcessRequest ( ITransportConnection connection ) : Task | ||
Send ( |
||
Send ( object value ) : Task | ||
WebSocketTransport ( HttpContext context, |
||
WebSocketTransport ( HttpContext context, |
Метод | Описание | |
---|---|---|
AcceptWebSocketRequest ( ITransportConnection connection ) : Task | ||
OnClosed ( ) : void | ||
OnMessage ( string message ) : void | ||
OnSocketError ( |
||
PerformSend ( object state ) : Task |
public DecrementConnectionsCount ( ) : void | ||
Результат | void |
public IncrementConnectionsCount ( ) : void | ||
Результат | void |
public ProcessRequest ( ITransportConnection connection ) : Task | ||
connection | ITransportConnection | |
Результат | Task |
public Send ( |
||
response | ||
Результат | Task |
public WebSocketTransport ( HttpContext context, |
||
context | HttpContext | |
serializer | ||
heartbeat | ITransportHeartbeat | |
performanceCounterManager | IPerformanceCounterManager | |
applicationLifetime | IApplicationLifetime | |
loggerFactory | ILoggerFactory | |
pool | IMemoryPool | |
Результат | System |
public WebSocketTransport ( HttpContext context, |
||
context | HttpContext | |
serializer | ||
heartbeat | ITransportHeartbeat | |
performanceCounterManager | IPerformanceCounterManager | |
applicationLifetime | IApplicationLifetime | |
loggerFactory | ILoggerFactory | |
pool | IMemoryPool | |
maxIncomingMessageSize | int | |
Результат | System |