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




s
n
m

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal s As Socket, _
   ByVal n As Long, _
   ByVal m() As Byte _
)
Visual Basic (Usage)Copy Code
Dim s As Socket
Dim n As Long
Dim m() As Byte
 
Dim instance As TCPSocketEventArgs(s, n, m)
C# 
public TCPSocketEventArgs( 
   Socket s,
   long n,
   byte[] m
)
Managed Extensions for C++ 
public: TCPSocketEventArgs( 
   Socket* s,
   long n,
   byte[]* m
)
C++/CLI 
public:
TCPSocketEventArgs( 
   Socket^ s,
   long long n,
   array<byte>^ m
)

Parameters

s
n
m

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.