Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Logs out the current user making Web service requests.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
Syntax
'Declaration
Public Sub Logoff
'Usage
Dim instance As ReportingService2005
instance.Logoff()
public void Logoff()
public:
void Logoff()
member Logoff : unit -> unit
public function Logoff()
Hinweise
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.