프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 | ||
리턴 |