1 write to _inner
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (1)
RedisEndToEnd.cs (1)
369
_inner
= inner;
8 references to _inner
Microsoft.AspNetCore.SignalR.StackExchangeRedis.Tests (8)
RedisEndToEnd.cs (8)
372
public override WebSocketCloseStatus? CloseStatus =>
_inner
.CloseStatus;
374
public override string CloseStatusDescription =>
_inner
.CloseStatusDescription;
376
public override WebSocketState State =>
_inner
.State;
378
public override string SubProtocol =>
_inner
.SubProtocol;
382
_inner
.Abort();
387
return
_inner
.CloseAsync(closeStatus, statusDescription, cancellationToken);
398
_inner
.Dispose();
421
return
_inner
.SendAsync(buffer, messageType, endOfMessage, cancellationToken);