C# Class System.Net.IPEndPointParser

Parses IPv4 and IPv6 notation.
Datei anzeigen Open project: kellabyte/Dazzle.NET

Public Methods

Method Description
Parse ( string endPoint ) : IPEndPoint

Creates an IPEndPoint from IPv4 and IPv6 notation.

Method Details

Parse() public static method

Creates an IPEndPoint from IPv4 and IPv6 notation.
public static Parse ( string endPoint ) : IPEndPoint
endPoint string Endpoint address.
return IPEndPoint