HTTPRequestContentType Property |
Returns the value of the Content-Type header field.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 2025.1.0.0 (10.17.0.0)
Syntaxpublic string ContentType { get; }
Public ReadOnly Property ContentType As String
Get
public:
property String^ ContentType {
String^ get ();
}
member ContentType : string with get
Property Value
Type:
String
Remarks
See Also