PowerTCP Telnet for .NET CF
SocketOption Property
See Also  Send comments on this topic.
Dart.Common Namespace > TcpBase Class : SocketOption Property




Gets the socket options for classes derived from TcpBase.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SocketOption As TcpSocketOption
Visual Basic (Usage)Copy Code
Dim instance As TcpBase
Dim value As TcpSocketOption
 
value = instance.SocketOption
C# 
public TcpSocketOption SocketOption {get;}
Managed Extensions for C++ 
public: __property TcpSocketOption* get_SocketOption();
C++/CLI 
public:
property TcpSocketOption^ SocketOption {
   TcpSocketOption^ get();
}

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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