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