Expand Minimize
This topic has not yet been rated - Rate this topic

Logoff Method

SQL Server 2000

ReportingService.Logoff Method

Logs out the current user making Web service requests.

Public Sub Logoff()
   Member of [Namespace].ReportingService
public void Logoff();
   Member of [Namespace].ReportingService
Remarks

The Logoff method results in the invalidation of the authentication cookie for the user making the request.

Logoff must be called over SSL. The method fails if it is not called securely.

See Also

ReportingService Class

Reporting Services Web Service Library

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.