NetHelperCreateTcpListener Method | Helper帮助文档 |
创建一个自动分配IP和端口的TcpListener对象
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static TcpListener CreateTcpListener()
Public Shared Function CreateTcpListener As TcpListener
public: static TcpListener^ CreateTcpListener()
static member CreateTcpListener : unit -> TcpListener
Return Value
Type: TcpListener[Missing <returns> documentation for "M:HD.Common.NetHelper.CreateTcpListener"]
See Also