IResponseContentEncoding Property |
Gets or sets the encoding used in the response.
Namespace: VirtualRadar.Interface.WebServerAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Encoding ContentEncoding { get; set; }
Property ContentEncoding As Encoding
Get
Set
property Encoding^ ContentEncoding {
Encoding^ get ();
void set (Encoding^ value);
}
abstract ContentEncoding : Encoding with get, set
Property Value
Type:
EncodingSee Also