WebRequest.MIMEType
From Xojo Documentation
Property (As String )
aWebRequest.MIMEType = newStringValue
or
StringValue = aWebRequest.MIMEType
New in 2011r2
Supported for all project types and targets.
or
StringValue = aWebRequest.MIMEType
New in 2011r2
Supported for all project types and targets.
Gets or sets the HTTP "Content-Type" header. This is merely a convenience feature, setting the header manually using WebRequest.Header will perform the exact same task. This value defaults to "text/html".