Метод | Описание | |
---|---|---|
DecrementConnectionsCount ( ) : void | ||
IncrementConnectionsCount ( ) : void | ||
KeepAlive ( ) : Task | ||
ProcessRequest ( ITransportConnection connection ) : Task | ||
Send ( |
||
Send ( object value ) : Task | ||
WebSocketTransport ( |
||
WebSocketTransport ( |
Метод | Описание | |
---|---|---|
AcceptWebSocketRequest ( Task>.Func |
||
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 ( |
||
context | ||
resolver | IDependencyResolver | |
Результат | System |
public WebSocketTransport ( |
||
context | ||
serializer | ||
heartbeat | ITransportHeartbeat | |
performanceCounterManager | IPerformanceCounterManager | |
traceManager | ITraceManager | |
pool | IMemoryPool | |
maxIncomingMessageSize | int | |
Результат | System |