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

TcpListener::TcpListener(int32_t) constructor

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

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

انظر أيضًا

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

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

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

انظر أيضًا

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

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

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

انظر أيضًا