ServerChatterMIMEType Property |
Get the MIME type (sans Character set or other attributes) from the HTTP Content-Type response header, or String.Empty if missing.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string MIMEType { get; }
Public ReadOnly Property MIMEType As String
Get
public:
property String^ MIMEType {
String^ get ();
}
Property Value
Type:
StringSee Also