NetHelperGetLocalPoint Method (TcpListener) | Helper帮助文档 |
获取TcpListener对象的本地终结点
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static IPEndPoint GetLocalPoint( TcpListener tcpListener )
Public Shared Function GetLocalPoint ( tcpListener As TcpListener ) As IPEndPoint
public: static IPEndPoint^ GetLocalPoint( TcpListener^ tcpListener )
static member GetLocalPoint : tcpListener : TcpListener -> IPEndPoint
Parameters
- tcpListener
- Type: System.Net.SocketsTcpListener
TcpListener对象
Return Value
Type: IPEndPoint[Missing <returns> documentation for "M:HD.Common.NetHelper.GetLocalPoint(System.Net.Sockets.TcpListener)"]
See Also