ReportingService2005.Logoff Method

Definition

Logs out the current user making Web service requests.

public:
 void Logoff();
public void Logoff ();
member this.Logoff : unit -> unit
Public Sub Logoff ()

Remarks

The table below shows header and permissions information on this operation.

SOAP Headers (Out) ServerInfoHeaderValue
Required Permissions None

The Logoff method invalidates the authentication cookie for the user making the request.

Logoff must be called over Secure Sockets Layer (SSL). The method fails if it is not called securely.

Applies to