Create()
TcpListener::Create(int32_t) method
Creates a new instance using the specified port number.
static System::SharedPtr<TcpListener> System::Net::Sockets::TcpListener::Create(int32_t port)
Arguments
Parameter | Type | Description |
---|---|---|
port | int32_t | A port number that is used to create the TcpListener-class instance. |
Return Value
A newly created TcpListener-class instance.
See Also
- Typedef SharedPtr
- Class TcpListener
- Namespace System::Net::Sockets
- Library Aspose.Slides