C# Class SharpCifs.Netbios.Lmhosts

Afficher le fichier Open project: brandonprry/Potato Class Usage Examples

Méthodes publiques

Méthode Description
GetByName ( string host ) : NbtAddress

This is really just for Jcifs.UniAddress . It does not throw an Sharpen.UnknownHostException because this is queried frequently and exceptions would be rather costly to throw on a regular basis here.

Private Methods

Méthode Description
GetByName ( Name name ) : NbtAddress
Populate ( StreamReader r ) : void

Method Details

GetByName() public static méthode

This is really just for Jcifs.UniAddress . It does not throw an Sharpen.UnknownHostException because this is queried frequently and exceptions would be rather costly to throw on a regular basis here.
public static GetByName ( string host ) : NbtAddress
host string
Résultat NbtAddress