ServerBaseTextEncoding Property
Gets or sets the
Encoding to be used for the text sent to the connected clients.
Namespace: Gemstone.CommunicationAssembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.158 -- Release Build+da7bd631cc12b0fea731daab2fc989c84193b7fc
public virtual Encoding TextEncoding { get; set; }
Public Overridable Property TextEncoding As Encoding
Get
Set
function get_TextEncoding();
function set_TextEncoding(value);
EncodingIServerTextEncoding