Ejemplo n.º 1
0
 /// <summary>
 /// Sends the response.
 /// </summary>
 public void SendResponse(ResponsePacket response)
 {
     response.Encode();
     NetStream.Write(response.Buffer, 0, response.BufferLength);
 }