PowerTCP Emulation for .NET CF
TransmitBinary Property
See Also  Send comments on this topic.
Dart.Emulation Namespace > OptionCollection Class : TransmitBinary Property




Gets a value indicating if the "TRANSMIT-BINARY" option was negotiated for the OptionCollection.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property TransmitBinary As Boolean
Visual Basic (Usage)Copy Code
Dim instance As OptionCollection
Dim value As Boolean
 
value = instance.TransmitBinary
C# 
public bool TransmitBinary {get;}
Managed Extensions for C++ 
public: __property bool get_TransmitBinary();
C++/CLI 
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.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.