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