2008-02-27から1日間の記事一覧

HTTP のリクエストを解析する

HTTP のリクエストを解析し、プログラム上で扱いやすくするクラス。 using System; using System.Collections.Generic; using System.Collections.Specialized; using System.Linq; using System.Text; using System.IO; namespace ReadTest { class Request…