C# Class Microsoft.SqlServer.TDS.EndPoint.TDSServerParser

Parser of the TDS packets on the client
Inheritance: TDSParser
ファイルを表示 Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

Run() public method

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

TDSServerParser() public method

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