Server.Request.Request C# (CSharp) Method

Request() public method

public Request ( IClientSocket client, char data ) : Microsoft.SPOT
client IClientSocket
data char
return Microsoft.SPOT
        public Request(IClientSocket client, char[] data)
        {
            _data = data;
            _client = client;
        }