Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
特定のポートで着信接続をリッスンするプロキシの作成に取り組んでいます。通常、接続は Http リクエスト (GET/POST) です。HttpListener と Socket のどちらを選択すべきか判断できません。プロキシで HttpRequests を変更し、それを最終的な宛先に中継します。
ソケットよりも HttpListener を好むのはいつですか。それぞれの利点は何ですか?