System::Net::Sockets::TcpListener::Start method

TcpListener::Start() method

开始监听传入的连接。

void System::Net::Sockets::TcpListener::Start()

另见

TcpListener::Start(int32_t) method

开始监听传入的连接。

void System::Net::Sockets::TcpListener::Start(int32_t backlog)
参数类型描述
backlogint32_t挂起连接队列的大小。

另见