Mono Class Library: System.Net.HttpWebResponse Overview | Members

System.Net.HttpWebResponse.CharacterSet Property

Gets the character set used for the current instance. [Edit]

public string CharacterSet { get; }

Value

A string that represents the character set used for the current instance. [Edit]

Exceptions

TypeReason
ObjectDisposedExceptionThe current instance has been disposed. [Edit]

Remarks

This property is read-only.

Note: For detailed information about character sets, see Section 3.4 of RFC 2616.

[Edit]

Requirements

Namespace: System.Net
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0