Свойство | Тип | Описание | |
---|---|---|---|
FormContentType | string |
Метод | Описание | |
---|---|---|
ProcessRequest ( ITransportConnection connection ) : System.Threading.Tasks.Task | ||
Send ( |
||
Send ( object value ) : System.Threading.Tasks.Task |
Метод | Описание | |
---|---|---|
EnsureFormContentType ( ) : void | ||
ForeverTransport ( HttpContext context, |
||
InitializePersistentState ( ) : System.Threading.Tasks.Task | ||
InitializeResponse ( ITransportConnection connection ) : System.Threading.Tasks.Task | ||
OnError ( |
||
OnMessageReceived ( |
||
OnSending ( string payload ) : void | ||
OnSendingResponse ( |
||
ProcessRequestCore ( ITransportConnection connection ) : System.Threading.Tasks.Task | ||
ProcessSendRequest ( ) : System.Threading.Tasks.Task |
Метод | Описание | |
---|---|---|
Cancel ( object state ) : void | ||
PerformSend ( object state ) : System.Threading.Tasks.Task | ||
ProcessMessages ( ITransportConnection connection, Func |
||
ProcessReceiveRequest ( ITransportConnection connection ) : System.Threading.Tasks.Task |
protected ForeverTransport ( HttpContext context, |
||
context | HttpContext | |
jsonSerializer | ||
heartbeat | ITransportHeartbeat | |
performanceCounterManager | IPerformanceCounterManager | |
applicationLifetime | IApplicationLifetime | |
loggerFactory | ILoggerFactory | |
pool | IMemoryPool | |
Результат | System |
protected InitializePersistentState ( ) : System.Threading.Tasks.Task | ||
Результат | System.Threading.Tasks.Task |
protected InitializeResponse ( ITransportConnection connection ) : System.Threading.Tasks.Task | ||
connection | ITransportConnection | |
Результат | System.Threading.Tasks.Task |
protected OnError ( |
||
ex | ||
Результат | void |
protected OnMessageReceived ( |
||
response | ||
Результат | Task |
protected OnSending ( string payload ) : void | ||
payload | string | |
Результат | void |
protected OnSendingResponse ( |
||
response | ||
Результат | void |
public ProcessRequest ( ITransportConnection connection ) : System.Threading.Tasks.Task | ||
connection | ITransportConnection | |
Результат | System.Threading.Tasks.Task |
protected ProcessRequestCore ( ITransportConnection connection ) : System.Threading.Tasks.Task | ||
connection | ITransportConnection | |
Результат | System.Threading.Tasks.Task |
protected ProcessSendRequest ( ) : System.Threading.Tasks.Task | ||
Результат | System.Threading.Tasks.Task |
public abstract Send ( |
||
response | ||
Результат | System.Threading.Tasks.Task |
public Send ( object value ) : System.Threading.Tasks.Task | ||
value | object | |
Результат | System.Threading.Tasks.Task |