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