LumiSoft Net Help
GetLocalEndPoint Method (remoteEP)
NamespacesLumiSoft.Net.UDPUDP_ServerGetLocalEndPoint(IPEndPoint)
Gets suitable local IP end point for the specified remote endpoint. If there are multiple sending local end points, they will be load-balanched with round-robin.
Declaration Syntax
C#Visual BasicVisual C++F#
public IPEndPoint GetLocalEndPoint(
	IPEndPoint remoteEP
)
Public Function GetLocalEndPoint ( 
	remoteEP As IPEndPoint
) As IPEndPoint
public:
IPEndPoint^ GetLocalEndPoint(
	IPEndPoint^ remoteEP
)
member GetLocalEndPoint : 
        remoteEP : IPEndPoint -> IPEndPoint 
Parameters
remoteEP (IPEndPoint)
Remote end point.
Return Value
IPEndPoint
Returns local IP end point.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when argument remoteEP is null.
ArgumentExceptionIs raised when argument remoteEP has invalid value.
InvalidOperationExceptionIs raised when no suitable IPv4 or IPv6 socket for remoteEP.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119