Dart.Emulation Namespace > OptionCollection Class : TransmitBinary Property |
Public ReadOnly Property TransmitBinary As Boolean
Dim instance As OptionCollection Dim value As Boolean value = instance.TransmitBinary
public bool TransmitBinary {get;}
public: __property bool get_TransmitBinary();
Setting the Binary property to true will cause the Telnet component to attempt to negotiate the "TRANSMIT-BINARY" option for both ClientOptions and ServerOptions. Check this property for both these collections after option negotiation has completed to determine if negotiation was successful.