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