WebHelperParseUrlsFromCommandLine - метод |
Пространство имён:
Tessa.Web
Сборка:
Tessa.Web (в Tessa.Web.dll) Версия: 3.5.0.19
Синтаксис public static void ParseUrlsFromCommandLine(
ref string[] args,
out string[] urls,
out string[] sockets
)
Public Shared Sub ParseUrlsFromCommandLine (
ByRef args As String(),
<OutAttribute> ByRef urls As String(),
<OutAttribute> ByRef sockets As String()
)
public:
static void ParseUrlsFromCommandLine(
array<String^>^% args,
[OutAttribute] array<String^>^% urls,
[OutAttribute] array<String^>^% sockets
)
static member ParseUrlsFromCommandLine :
args : string[] byref *
urls : string[] byref *
sockets : string[] byref -> unit
Параметры
- args
- Тип: SystemString
- urls
- Тип: SystemString
- sockets
- Тип: SystemString
См. также