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.143 -- Release Build+01e1962b36b4452b7c07408bb5b8dc55bbb5dc1f
public virtual Encoding TextEncoding { get; set; }
Public Overridable Property TextEncoding As Encoding
Get
Set
function get_TextEncoding();
function set_TextEncoding(value);
EncodingIServerTextEncoding