CFSocket.CFSocketDataEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Arguments for socket data events.
public class CFSocket.CFSocketDataEventArgs : EventArgs
type CFSocket.CFSocketDataEventArgs = class
inherit EventArgs
- Inheritance
-
CFSocket.CFSocketDataEventArgs
Constructors
CFSocket.CFSocketDataEventArgs(IPEndPoint, Byte[]) |
Constructs a new instance with an endpoint and a byte buffer. |
Properties
Data |
The data that was received on the socket. |
RemoteEndPoint |
The remote end points that connected |