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

Parser of the TDS packets on the client
Inheritance: TDSParser
Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

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

TDSServerParser() public méthode

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