C# Класс Squishy.Irc.Util

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
ExternalAddress System.Net.IPAddress
LocalHostAddress System.Net.IPAddress

Открытые методы

Метод Описание
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.

Описание методов

GetTcpAddress() публичный статический Метод

public static GetTcpAddress ( long addr ) : IPAddress
addr long
Результат System.Net.IPAddress

GetTcpAddress() публичный статический Метод

public static GetTcpAddress ( IPAddress addr ) : long
addr System.Net.IPAddress
Результат long

GetWords() публичный статический Метод

public static GetWords ( object words, int from ) : string
words object
from int
Результат string

GetWords() публичный статический Метод

public static GetWords ( object words, int from, int count ) : string
words object
from int
count int
Результат string

GetWords() публичный статический Метод

public static GetWords ( string text, int from ) : string
text string
from int
Результат string

GetWords() публичный статический Метод

public static GetWords ( string text, int from, int count ) : string
text string
from int
count int
Результат string

IsWildmatch() публичный статический Метод

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
Результат bool

Описание свойств

ExternalAddress публичное статическое свойство

public static IPAddress,System.Net ExternalAddress
Результат System.Net.IPAddress

LocalHostAddress публичное статическое свойство

public static IPAddress,System.Net LocalHostAddress
Результат System.Net.IPAddress