Gets a value indicating if the "TRANSMIT-BINARY" option was negotiated for the OptionCollection.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property TransmitBinary As Boolean |
| 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
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also