3 references to DefaultMediaType
System.Net.Http (3)
System\Net\Http\StringContent.cs (3)
23
: this(content, DefaultStringEncoding,
DefaultMediaType
)
40
: this(content, encoding,
DefaultMediaType
)
54
mediaType ??=
DefaultMediaType
;