Parses IPEndPoint from the specified string value.

C# | Visual Basic | Visual 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

- value (String)
- IPEndPoint string value.

IPEndPoint
Returns parsed IPEndPoint.
Returns parsed IPEndPoint.

Exception | Condition |
---|---|
ArgumentNullException | Is raised when value is null reference. |
ArgumentException | Is raised when any of the arguments has invalid value. |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119