NetHelper.GetLocalPoint Method (Socket)

HD.Common

NetHelperGetLocalPoint Method (Socket) Helper帮助文档
获取Socket对象的本地终结点

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

public static IPEndPoint GetLocalPoint(
	Socket socket
)
Public Shared Function GetLocalPoint ( 
	socket As Socket
) As IPEndPoint
public:
static IPEndPoint^ GetLocalPoint(
	Socket^ socket
)
static member GetLocalPoint : 
        socket : Socket -> IPEndPoint 

Parameters

socket
Type: System.Net.SocketsSocket
Socket对象

Return Value

Type: IPEndPoint

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

See Also

Reference