C# Class OpenStory.Server.Networking.SocketEventArgs

Represents an EventArgs wrapper around a Socket.
Inheritance: System.EventArgs
Exibir arquivo Open project: shoftee/OpenStory Class Usage Examples

Public Methods

Method Description
SocketEventArgs ( Socket socket ) : System

Initializes a new instance of the SocketEventArgs class.

Method Details

SocketEventArgs() public method

Initializes a new instance of the SocketEventArgs class.
Thrown if is .
public SocketEventArgs ( Socket socket ) : System
socket System.Net.Sockets.Socket The socket for this instance.
return System