PowerTCP Emulation for .NET
TransmitBinary Property




Gets a value indicating if the "TRANSMIT-BINARY" option was negotiated for the OptionCollection.
Syntax
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();
public:
property bool TransmitBinary {
   bool get();
}

Property Value

A boolean which determines if the TRANSMIT-BINARY option has been negotiated.
Remarks

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.

See Also

Reference

OptionCollection Class
OptionCollection Members


PowerTCP Emulation for .NET Documentation Version 4.7
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic