MySocket Send comments on this topic.
m_socket Property
See Also 
MySocket Namespace > UDPServer Class : m_socket Property




Syntax

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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2008 All Rights Reserved.