PowerTCP Emulation for .NET CF
Socket Property
See Also  Send comments on this topic.
Dart.Common Namespace > SocketBase Class : Socket Property




Gets the socket used by the component for communications.

Syntax

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

Property Value

The Socket used for UDP or TCP communications. Returns null when not in use.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

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