System::Net::Sockets::TcpListener::Create method

TcpListener::Create method

指定されたポート番号を使用して新しいインスタンスを作成します。

static System::SharedPtr<TcpListener> System::Net::Sockets::TcpListener::Create(int32_t port)
パラメーター説明
ポートint32_tTcpListener クラスのインスタンスを作成するために使用されるポート番号です。

ReturnValue

新しく作成された TcpListener クラスのインスタンスです。

参照