C# Class System.Net.IPEndPointParser

Parses IPv4 and IPv6 notation.
Afficher le fichier Open project: kellabyte/Dazzle.NET

Méthodes publiques

Méthode Description
Parse ( string endPoint ) : IPEndPoint

Creates an IPEndPoint from IPv4 and IPv6 notation.

Method Details

Parse() public static méthode

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