C# Class Squishy.Irc.Util

Afficher le fichier Open project: jaddie/WCell-Utility-Bot

Méthodes publiques

Свойство Type Description
ExternalAddress System.Net.IPAddress
LocalHostAddress System.Net.IPAddress

Méthodes publiques

Méthode Description
GetTcpAddress ( long addr ) : IPAddress
GetTcpAddress ( IPAddress addr ) : long
GetWords ( object words, int from ) : string
GetWords ( object words, int from, int count ) : string
GetWords ( string text, int from ) : string
GetWords ( string text, int from, int count ) : string
IsWildmatch ( string text, string wildcard ) : bool

Evaluates if the text fits into the specified wildcard pattern.

Method Details

GetTcpAddress() public static méthode

public static GetTcpAddress ( long addr ) : IPAddress
addr long
Résultat System.Net.IPAddress

GetTcpAddress() public static méthode

public static GetTcpAddress ( IPAddress addr ) : long
addr System.Net.IPAddress
Résultat long

GetWords() public static méthode

public static GetWords ( object words, int from ) : string
words object
from int
Résultat string

GetWords() public static méthode

public static GetWords ( object words, int from, int count ) : string
words object
from int
count int
Résultat string

GetWords() public static méthode

public static GetWords ( string text, int from ) : string
text string
from int
Résultat string

GetWords() public static méthode

public static GetWords ( string text, int from, int count ) : string
text string
from int
count int
Résultat string

IsWildmatch() public static méthode

Evaluates if the text fits into the specified wildcard pattern.
public static IsWildmatch ( string text, string wildcard ) : bool
text string The text to be compared
wildcard string The pattern which has to be matched
Résultat bool

Property Details

ExternalAddress public_oe static_oe property

public static IPAddress,System.Net ExternalAddress
Résultat System.Net.IPAddress

LocalHostAddress public_oe static_oe property

public static IPAddress,System.Net LocalHostAddress
Résultat System.Net.IPAddress