Skip to content

TransferModes

Encoding modes a transport is capable to communicate with.

Fields:

TransferModes.Binary

The protocol is able to send and/or receive byte arrays. Usually the most performant mode.

TransferModes.Text

The protocol can send and/or receive textual representation of the messages.

Comments