MailBeeInvalidTextResponseExceptionResponseEncoding Property |
Gets the encoding which was used to convert response bytes received from the server
into a string.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.3.1 build 666 for .NET 4.5
Syntaxpublic Encoding ResponseEncoding { get; }
Public ReadOnly Property ResponseEncoding As Encoding
Get
Property Value
Type:
EncodingThe
Encoding which was used to convert response bytes received from the server
into a string.
Remarks
See Also