C# Класс Microsoft.R.Host.Client.RHostLoggingExtensions

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

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

Метод Описание
ConnectedToRHostWebSocket ( this log, string uri, int attempt ) : void
EnterRLoop ( this log, int depth ) : void
ExitRLoop ( this log, int depth ) : void
FailedToConnectToRHost ( this log ) : void
RHostProcessExited ( this log ) : void
RHostProcessStarted ( this log, ProcessStartInfo psi ) : void
Request ( this log, string request, int depth ) : void
Response ( this log, string response, int depth ) : void

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

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

public static ConnectedToRHostWebSocket ( this log, string uri, int attempt ) : void
log this
uri string
attempt int
Результат void

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

public static EnterRLoop ( this log, int depth ) : void
log this
depth int
Результат void

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

public static ExitRLoop ( this log, int depth ) : void
log this
depth int
Результат void

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

public static FailedToConnectToRHost ( this log ) : void
log this
Результат void

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

public static RHostProcessExited ( this log ) : void
log this
Результат void

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

public static RHostProcessStarted ( this log, ProcessStartInfo psi ) : void
log this
psi System.Diagnostics.ProcessStartInfo
Результат void

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

public static Request ( this log, string request, int depth ) : void
log this
request string
depth int
Результат void

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

public static Response ( this log, string response, int depth ) : void
log this
response string
depth int
Результат void