Implemented interface member:
property
ActiveFormat
Microsoft.AspNetCore.Connections.Features.ITransferFormatFeature.ActiveFormat
2 writes to ActiveFormat
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionContext.cs (1)
82
ActiveFormat
= TransferFormat.Text;
Microsoft.AspNetCore.Http.Connections.Tests (1)
WebSocketsTests.cs (1)
85
connection.
ActiveFormat
= transferFormat;
1 reference to ActiveFormat
Microsoft.AspNetCore.Http.Connections (1)
Internal\Transports\WebSocketsServerTransport.cs (1)
228
var webSocketMessageType = (_connection.
ActiveFormat
== TransferFormat.Binary