C# 클래스 Microsoft.R.Host.Client.RHostLoggingExtensions

파일 보기 프로젝트 열기: Microsoft/RTVS

공개 메소드들

메소드 설명
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