Click or drag to resize
TicketQueryLogin Constructor
Login strategy for ticket login using workstation id and a ticket from the passport service

Namespace: Six.Sixp.Client
Assembly: Six.Sixp.Client (in Six.Sixp.Client.dll) Version: 1.0.4874.0 (1.0.4874.0)
Syntax
C#
public TicketQueryLogin(
	TicketQueryCallback queryCallback,
	string workStationId
)

Parameters

queryCallback
Type: Six.Sixp.ClientTicketQueryCallback
Callback that is responsible for returning a valid ticket
workStationId
Type: SystemString
Unique id that identifies the computer.
See Also