C# Class MindTouch.Clacks.Server.Request

Inheritance: IRequest
Mostrar archivo Open project: MindTouch/MindTouch.Clacks

Public Methods

Method Description
Request ( IPEndPoint client, string command, string arguments, int dataLength, IEnumerable data ) : System
Request ( string command ) : System

Method Details

Request() public method

public Request ( IPEndPoint client, string command, string arguments, int dataLength, IEnumerable data ) : System
client System.Net.IPEndPoint
command string
arguments string
dataLength int
data IEnumerable
return System

Request() public method

public Request ( string command ) : System
command string
return System