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

TDS Server that authenticates clients according to the requested parameters
Inheritance: GenericTDSServer
Datei anzeigen Open project: dotnet/corefx

Public Methods

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

Initialization constructor
public AuthenticatingTDSServer ( ) : Microsoft.SqlServer.TDS.Done
return Microsoft.SqlServer.TDS.Done

AuthenticatingTDSServer() public method

Initialization constructor
public AuthenticatingTDSServer ( AuthenticatingTDSServerArguments arguments ) : Microsoft.SqlServer.TDS.Done
arguments AuthenticatingTDSServerArguments
return Microsoft.SqlServer.TDS.Done

OnLogin7Request() public method

Handler for login request
public OnLogin7Request ( ITDSServerSession session, TDSMessage request ) : TDSMessageCollection
session ITDSServerSession
request TDSMessage
return TDSMessageCollection