Thresher 1.2 Class Documentation

Connection.TextEncoding Property

Sets the text encoding used by the read and write streams. Must be set before Connect() is called and should not be changed while the connection is processing messages.

[Visual Basic]
Public Property TextEncoding As Encoding
[C#]
public System.Text.Encoding TextEncoding {get; set;}

Property Value

An Encoding constant.

See Also

Connection Class | Sharkbite.Irc Namespace