C# 클래스 VSCodeDebug.ProtocolServer

파일 보기 프로젝트 열기: Microsoft/vscode-mono-debug

공개 프로퍼티들

프로퍼티 타입 설명
TRACE bool
TRACE_RESPONSE bool

보호된 프로퍼티들

프로퍼티 타입 설명
CONTENT_LENGTH_MATCHER System.Text.RegularExpressions.Regex
Encoding System.Text.Encoding

공개 메소드들

메소드 설명
ProtocolServer ( ) : System
SendEvent ( Event e ) : void
Start ( Stream inputStream, Stream outputStream ) : System.Threading.Tasks.Task
Stop ( ) : void

보호된 메소드들

메소드 설명
DispatchRequest ( string command, dynamic args, Response response ) : void
SendMessage ( ProtocolMessage message ) : void

비공개 메소드들

메소드 설명
ConvertToBytes ( ProtocolMessage request ) : byte[]
Dispatch ( string req ) : void
ProcessData ( ) : void

메소드 상세

DispatchRequest() 보호된 추상적인 메소드

protected abstract DispatchRequest ( string command, dynamic args, Response response ) : void
command string
args dynamic
response Response
리턴 void

ProtocolServer() 공개 메소드

public ProtocolServer ( ) : System
리턴 System

SendEvent() 공개 메소드

public SendEvent ( Event e ) : void
e Event
리턴 void

SendMessage() 보호된 메소드

protected SendMessage ( ProtocolMessage message ) : void
message ProtocolMessage
리턴 void

Start() 공개 메소드

public Start ( Stream inputStream, Stream outputStream ) : System.Threading.Tasks.Task
inputStream Stream
outputStream Stream
리턴 System.Threading.Tasks.Task

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

프로퍼티 상세

CONTENT_LENGTH_MATCHER 보호되어 있는 정적으로 프로퍼티

protected static Regex,System.Text.RegularExpressions CONTENT_LENGTH_MATCHER
리턴 System.Text.RegularExpressions.Regex

Encoding 보호되어 있는 정적으로 프로퍼티

protected static Encoding,System.Text Encoding
리턴 System.Text.Encoding

TRACE 공개적으로 프로퍼티

public bool TRACE
리턴 bool

TRACE_RESPONSE 공개적으로 프로퍼티

public bool TRACE_RESPONSE
리턴 bool