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.
ソケットプログラムを開発しようとしています。これが私のコードの一部です:
TcpListener TcpDinleyici = new TcpListener(7091); TcpDinleyici.Start(); Socket IstemciSoket = TcpDinleyici.AcceptSocket();
プログラムは最後の行の後で待機していて、応答しません。この問題について何か提案はありますか?
KR、
Çağın
クライアントからの接続を待っているからです。