ReportServiceAuthentication 类

定义

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
继承
ReportServiceAuthentication

构造函数

ReportServiceAuthentication()

方法

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)

事件

GetAuthenticationModeCompleted
LogoffCompleted
LogonUserCompleted

适用于