2 writes to Version
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
419
response.
Version
= clientProtocolVersion;
Microsoft.AspNetCore.Http.Connections.Common (1)
NegotiateProtocol.cs (1)
263
Version
= version,
2 references to Version
Microsoft.AspNetCore.Http.Connections.Common (2)
NegotiateProtocol.cs (2)
73
writer.WriteNumber(NegotiateVersionPropertyNameBytes, response.
Version
);
90
if (response.
Version
> 0 && !string.IsNullOrEmpty(response.ConnectionToken))