ReportServiceAuthentication Class

Definition

public ref class ReportServiceAuthentication : System::Web::Services::Protocols::SoapHttpClientProtocol
public class ReportServiceAuthentication : System.Web.Services.Protocols.SoapHttpClientProtocol
type ReportServiceAuthentication = class
    inherit SoapHttpClientProtocol
Public Class ReportServiceAuthentication
Inherits SoapHttpClientProtocol
Inheritance
ReportServiceAuthentication

Constructors

ReportServiceAuthentication()

Methods

BeginGetAuthenticationMode(AsyncCallback, Object)
BeginLogoff(AsyncCallback, Object)
BeginLogonUser(String, String, String, AsyncCallback, Object)
CancelAsync(Object)
EndGetAuthenticationMode(IAsyncResult)
EndLogoff(IAsyncResult)
EndLogonUser(IAsyncResult, String)
GetAuthenticationMode()
GetAuthenticationModeAsync()
GetAuthenticationModeAsync(Object)
Logoff()
LogoffAsync()
LogoffAsync(Object)
LogonUser(String, String, String, String)
LogonUserAsync(String, String, String)
LogonUserAsync(String, String, String, Object)

Events

GetAuthenticationModeCompleted
LogoffCompleted
LogonUserCompleted

Applies to