C# Класс WebApplications.Utilities.Service.Client.ConsoleClient

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

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

Метод Описание
Run ( [ description, [ pipe ) : void

Runs the client asynchronously, optionally connecting to the service with the given pipe. If no pipe is given, or the pipe is invalid, the user will be prompted to select a service to connect to.

Приватные методы

Метод Описание
OnReceive ( [ message ) : void
RunAsync ( [ description, [ pipe, CancellationToken token = default(CancellationToken) ) : Task
WritePrompt ( [ server ) : void

Writes the prompt.

WriteServerList ( ) : void

Writes the pipe list.

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

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

Runs the client asynchronously, optionally connecting to the service with the given pipe. If no pipe is given, or the pipe is invalid, the user will be prompted to select a service to connect to.
public static Run ( [ description, [ pipe ) : void
description [ The description.
pipe [ The pipe.
Результат void