| WebFormCallContentEncoding Property |
Gets or sets the encoding used for the request and response (UTF-8 is the default).
Namespace: com.softwarekey.Client.WebServiceAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.25.4.0
Syntaxpublic virtual Encoding ContentEncoding { get; set; }Public Overridable Property ContentEncoding As Encoding
Get
Set
public:
virtual property Encoding^ ContentEncoding {
Encoding^ get ();
void set (Encoding^ value);
}Property Value
Type:
Encoding
See Also