Свойство | Тип | Описание | |
---|---|---|---|
ExternalAddress | |||
LocalHostAddress |
Метод | Описание | |
---|---|---|
GetTcpAddress ( long addr ) : |
||
GetTcpAddress ( |
||
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.
|
public static GetTcpAddress ( long addr ) : |
||
addr | long | |
Результат |
public static GetTcpAddress ( |
||
addr | ||
Результат | long |
public static GetWords ( object words, int from ) : string | ||
words | object | |
from | int | |
Результат | string |
public static GetWords ( object words, int from, int count ) : string | ||
words | object | |
from | int | |
count | int | |
Результат | string |
public static GetWords ( string text, int from ) : string | ||
text | string | |
from | int | |
Результат | string |
public static GetWords ( string text, int from, int count ) : string | ||
text | string | |
from | int | |
count | int | |
Результат | string |
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 |
public static IPAddress,System.Net ExternalAddress | ||
Результат |