1 type derived from MultipartContent
System.Net.Http (1)
System\Net\Http\MultipartFormDataContent.cs (1)
12public class MultipartFormDataContent : MultipartContent
3 references to MultipartContent
netstandard (1)
netstandard.cs (1)
1134[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.Http.MultipartContent))]
System.Net.Http (2)
System\Net\Http\MultipartContent.cs (2)
197GetType() == typeof(MultipartContent) ? SerializeToStreamAsyncCore(stream, context, cancellationToken) : 246GetType() == typeof(MultipartContent) ? CreateContentReadStreamAsyncCore(async: true, cancellationToken).AsTask() :