C# 클래스 MindTouch.Clacks.Server.Request

상속: IRequest
파일 보기 프로젝트 열기: MindTouch/MindTouch.Clacks

공개 메소드들

메소드 설명
Request ( IPEndPoint client, string command, string arguments, int dataLength, IEnumerable data ) : System
Request ( string command ) : System

메소드 상세

Request() 공개 메소드

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
리턴 System

Request() 공개 메소드

public Request ( string command ) : System
command string
리턴 System