MySocket Send comments on this topic.
ReceivedMessage Event
See Also 
MySocket Namespace > UDPServer Class : ReceivedMessage Event




Syntax

Visual Basic (Declaration) 
Public Event ReceivedMessage() As UDPServer.ReceivedMsgEventHandler
Visual Basic (Usage)Copy Code
Dim instance As UDPServer
Dim handler As UDPServer.ReceivedMsgEventHandler
 
AddHandler instance.ReceivedMessage, handler
C# 
public event UDPServer.ReceivedMsgEventHandler ReceivedMessage()
Managed Extensions for C++ 
public: __event UDPServer.ReceivedMsgEventHandler* ReceivedMessage
C++/CLI 
public:
event UDPServer::ReceivedMsgEventHandler^ ReceivedMessage

Event Data

The event handler receives an argument of type UDPSocketEventArgs containing data related to this event. The following UDPSocketEventArgs properties provide information specific to this event.

PropertyDescription
m_data  
m_strIp  

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.