C# Class Microsoft.SqlServer.TDS.Servers.AuthenticatingTDSServer

TDS Server that authenticates clients according to the requested parameters
Inheritance: GenericTDSServer
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
AuthenticatingTDSServer ( ) : Microsoft.SqlServer.TDS.Done

Initialization constructor

AuthenticatingTDSServer ( AuthenticatingTDSServerArguments arguments ) : Microsoft.SqlServer.TDS.Done

Initialization constructor

OnLogin7Request ( ITDSServerSession session, TDSMessage request ) : TDSMessageCollection

Handler for login request

Method Details

AuthenticatingTDSServer() public méthode

Initialization constructor
public AuthenticatingTDSServer ( ) : Microsoft.SqlServer.TDS.Done
Résultat Microsoft.SqlServer.TDS.Done

AuthenticatingTDSServer() public méthode

Initialization constructor
public AuthenticatingTDSServer ( AuthenticatingTDSServerArguments arguments ) : Microsoft.SqlServer.TDS.Done
arguments AuthenticatingTDSServerArguments
Résultat Microsoft.SqlServer.TDS.Done

OnLogin7Request() public méthode

Handler for login request
public OnLogin7Request ( ITDSServerSession session, TDSMessage request ) : TDSMessageCollection
session ITDSServerSession
request TDSMessage
Résultat TDSMessageCollection