C# Class VmcController.AddIn.HttpEventArgs

EventHandler Class
Inheritance: System.EventArgs
Mostrar archivo Open project: gjniewenhuijse/MceController Class Usage Examples

Public Methods

Method Description
HttpEventArgs ( string message, Socket httpSocket ) : System

Initializes a new instance of the SocketEventArgs class.

Method Details

HttpEventArgs() public method

Initializes a new instance of the SocketEventArgs class.
public HttpEventArgs ( string message, Socket httpSocket ) : System
message string The message.
httpSocket Socket
return System