MySocket Send comments on this topic.
UDPSocketEventArgs Constructor
See Also 
MySocket Namespace > UDPSocketEventArgs Class : UDPSocketEventArgs Constructor




dt
str

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal dt() As Byte, _
   ByVal str As String _
)
Visual Basic (Usage)Copy Code
Dim dt() As Byte
Dim str As String
 
Dim instance As UDPSocketEventArgs(dt, str)
C# 
public UDPSocketEventArgs( 
   byte[] dt,
   string str
)
Managed Extensions for C++ 
public: UDPSocketEventArgs( 
   byte[]* dt,
   string* str
)
C++/CLI 
public:
UDPSocketEventArgs( 
   array<byte>^ dt,
   String^ str
)

Parameters

dt
str

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.