1 write to _inner
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
RedisEndToEnd.cs (1)
364
_inner
= inner;
8 references to _inner
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (8)
RedisEndToEnd.cs (8)
367
public override WebSocketCloseStatus? CloseStatus =>
_inner
.CloseStatus;
369
public override string CloseStatusDescription =>
_inner
.CloseStatusDescription;
371
public override WebSocketState State =>
_inner
.State;
373
public override string SubProtocol =>
_inner
.SubProtocol;
377
_inner
.Abort();
382
return
_inner
.CloseAsync(closeStatus, statusDescription, cancellationToken);
393
_inner
.Dispose();
416
return
_inner
.SendAsync(buffer, messageType, endOfMessage, cancellationToken);