منشئ System::Net::Sockets::TcpListener::TcpListener

TcpListener::TcpListener(int32_t) constructor

ينشئ نسخة جديدة.

System::Net::Sockets::TcpListener::TcpListener(int32_t port)
ParameterTypeالوصف
portint32_tرقم منفذ للاستماع.

انظر أيضًا

TcpListener::TcpListener(System::SharedPtr<IPAddress>, int32_t) constructor

ينشئ نسخة جديدة.

System::Net::Sockets::TcpListener::TcpListener(System::SharedPtr<IPAddress> localaddr, int32_t port)
ParameterTypeالوصف
localaddrSystem::SharedPtr<IPAddress>عنوان IP المحلي.
portint32_tرقم منفذ للاستماع.

انظر أيضًا

TcpListener::TcpListener(System::SharedPtr<IPEndPoint>) constructor

ينشئ نسخة جديدة.

System::Net::Sockets::TcpListener::TcpListener(System::SharedPtr<IPEndPoint> localEP)
ParameterTypeالوصف
localEPSystem::SharedPtr<IPEndPoint>نقطة النهاية المحلية التي يجب ربط مقبس المستمع بها.

انظر أيضًا