Implemented interface member:
property
SupportedFormats
Microsoft.AspNetCore.Connections.Features.ITransferFormatFeature.SupportedFormats
2 writes to SupportedFormats
Microsoft.AspNetCore.Http.Connections (2)
Internal\HttpConnectionContext.cs (1)
88
SupportedFormats
= TransferFormat.Binary | TransferFormat.Text;
Internal\HttpConnectionDispatcher.cs (1)
375
connection.
SupportedFormats
= TransferFormat.Text;