LumiSoft Net Help
ParseIPEndPoint Method (value)
NamespacesLumiSoft.NetNet_UtilsParseIPEndPoint(String)
Parses IPEndPoint from the specified string value.
Declaration Syntax
C#Visual BasicVisual C++F#
public static IPEndPoint ParseIPEndPoint(
	string value
)
Public Shared Function ParseIPEndPoint ( 
	value As String
) As IPEndPoint
public:
static IPEndPoint^ ParseIPEndPoint(
	String^ value
)
static member ParseIPEndPoint : 
        value : string -> IPEndPoint 
Parameters
value (String)
IPEndPoint string value.
Return Value
IPEndPoint
Returns parsed IPEndPoint.
Exceptions
ExceptionCondition
ArgumentNullExceptionIs raised when value is null reference.
ArgumentExceptionIs raised when any of the arguments has invalid value.

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