System::Net::Sockets::TcpListener::AcceptTcpClient metodu

TcpListener::AcceptTcpClient method

Bekleyen bağlantı isteğini kabul eder ve veri gönderip almak için kullanılan TcpClient-class örneğini döndürür.

System::SharedPtr<TcpClient> System::Net::Sockets::TcpListener::AcceptTcpClient()

ReturnValue

Veri gönderme ve alma için kullanılan TcpClient-class örneği.

Ayrıca Bakınız