Base:
property
ConnectionId
Microsoft.AspNetCore.Connections.BaseConnectionContext.ConnectionId
1 write to ConnectionId
Microsoft.AspNetCore.SignalR.Client.Tests (1)
HttpConnectionTests.cs (1)
67var exception = Assert.Throws<InvalidOperationException>(() => connection.ConnectionId = "custom conneciton ID");
5 references to ConnectionId
Microsoft.AspNetCore.Http.Connections.Client (1)
HttpConnectionOptions.cs (1)
280/// Also preserves the <see cref="HttpConnection.ConnectionId"/> when the reconnect is successful.
Microsoft.AspNetCore.SignalR.Client.Tests (4)
HttpConnectionTests.Negotiate.cs (4)
122connectionId = connection.ConnectionId; 159connectionId = connection.ConnectionId; 198connectionId = connection.ConnectionId; 238connectionId = connection.ConnectionId;