C# 클래스 Microsoft.SqlServer.TDS.EndPoint.TDSServerParser

Parser of the TDS packets on the client
상속: TDSParser
파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Run ( ) : void

Run one cycle of the parser to process incoming stream of data or dispatch outgoing data

TDSServerParser ( ITDSServer server, ITDSServerSession session, Stream stream ) : System

Server TDS parser initialization constructor

메소드 상세

Run() 공개 메소드

Run one cycle of the parser to process incoming stream of data or dispatch outgoing data
public Run ( ) : void
리턴 void

TDSServerParser() 공개 메소드

Server TDS parser initialization constructor
public TDSServerParser ( ITDSServer server, ITDSServerSession session, Stream stream ) : System
server ITDSServer
session ITDSServerSession
stream Stream
리턴 System