C# Class Microsoft.R.Host.Client.RHostLoggingExtensions

Afficher le fichier Open project: Microsoft/RTVS

Méthodes publiques

Méthode Description
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

Method Details

ConnectedToRHostWebSocket() public static méthode

public static ConnectedToRHostWebSocket ( this log, string uri, int attempt ) : void
log this
uri string
attempt int
Résultat void

EnterRLoop() public static méthode

public static EnterRLoop ( this log, int depth ) : void
log this
depth int
Résultat void

ExitRLoop() public static méthode

public static ExitRLoop ( this log, int depth ) : void
log this
depth int
Résultat void

FailedToConnectToRHost() public static méthode

public static FailedToConnectToRHost ( this log ) : void
log this
Résultat void

RHostProcessExited() public static méthode

public static RHostProcessExited ( this log ) : void
log this
Résultat void

RHostProcessStarted() public static méthode

public static RHostProcessStarted ( this log, ProcessStartInfo psi ) : void
log this
psi System.Diagnostics.ProcessStartInfo
Résultat void

Request() public static méthode

public static Request ( this log, string request, int depth ) : void
log this
request string
depth int
Résultat void

Response() public static méthode

public static Response ( this log, string response, int depth ) : void
log this
response string
depth int
Résultat void