NetHelper.GetLocalPoint_IP Method (TcpListener)

HD.Common

NetHelperGetLocalPoint_IP Method (TcpListener) Helper帮助文档
获取TcpListener对象的本地终结点的IP地址

Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static string GetLocalPoint_IP(
	TcpListener tcpListener
)
Public Shared Function GetLocalPoint_IP ( 
	tcpListener As TcpListener
) As String
public:
static String^ GetLocalPoint_IP(
	TcpListener^ tcpListener
)
static member GetLocalPoint_IP : 
        tcpListener : TcpListener -> string 

Parameters

tcpListener
Type: System.Net.SocketsTcpListener
TcpListener对象

Return Value

Type: String

[Missing <returns> documentation for "M:HD.Common.NetHelper.GetLocalPoint_IP(System.Net.Sockets.TcpListener)"]

See Also

Reference