ReportServiceAuthentication 类

Contains the methods and properties to authenticate a user against a report server when the SharePoint Web application is configured for Forms Authentication.

继承层次结构

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Web.Services.Protocols.WebClientProtocol
        System.Web.Services.Protocols.HttpWebClientProtocol
          System.Web.Services.Protocols.SoapHttpClientProtocol
            ReportServiceAuthentication.ReportServiceAuthentication

命名空间:  ReportServiceAuthentication
程序集:  ReportServiceAuthentication(在 ReportServiceAuthentication.dll 中)

语法

声明
<WebServiceBindingAttribute(Name := "ReportServiceAuthenticationSoap", Namespace := "https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")> _
Public Class ReportServiceAuthentication _
    Inherits SoapHttpClientProtocol
用法
Dim instance As ReportServiceAuthentication
[WebServiceBindingAttribute(Name = "ReportServiceAuthenticationSoap", Namespace = "https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")]
public class ReportServiceAuthentication : SoapHttpClientProtocol
[WebServiceBindingAttribute(Name = L"ReportServiceAuthenticationSoap", Namespace = L"https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")]
public ref class ReportServiceAuthentication : public SoapHttpClientProtocol
[<WebServiceBindingAttribute(Name = "ReportServiceAuthenticationSoap", Namespace = "https://schemas.microsoft.com/sqlserver/2006/03/15/reporting/reportingservices")>]
type ReportServiceAuthentication =  
    class 
        inherit SoapHttpClientProtocol 
    end
public class ReportServiceAuthentication extends SoapHttpClientProtocol

ReportServiceAuthentication 类型公开以下成员。

构造函数

  名称 说明
公共方法 ReportServiceAuthentication Initializes a new instance of the ReportServiceAuthentication class.

页首

属性

  名称 说明
公共属性 AllowAutoRedirect (从 HttpWebClientProtocol 继承。)
受保护属性 CanRaiseEvents (从 Component 继承。)
公共属性 ClientCertificates (从 HttpWebClientProtocol 继承。)
公共属性 ConnectionGroupName (从 WebClientProtocol 继承。)
公共属性 Container (从 Component 继承。)
公共属性 CookieContainer (从 HttpWebClientProtocol 继承。)
公共属性 Credentials (从 WebClientProtocol 继承。)
受保护属性 DesignMode (从 Component 继承。)
公共属性 EnableDecompression (从 HttpWebClientProtocol 继承。)
受保护属性 Events (从 Component 继承。)
公共属性 PreAuthenticate (从 WebClientProtocol 继承。)
公共属性 Proxy (从 HttpWebClientProtocol 继承。)
公共属性 RequestEncoding (从 WebClientProtocol 继承。)
公共属性 Site (从 Component 继承。)
公共属性 SoapVersion (从 SoapHttpClientProtocol 继承。)
公共属性 Timeout (从 WebClientProtocol 继承。)
公共属性 UnsafeAuthenticatedConnectionSharing (从 HttpWebClientProtocol 继承。)
公共属性 Url (从 WebClientProtocol 继承。)
公共属性 UseDefaultCredentials (从 WebClientProtocol 继承。)
公共属性 UserAgent (从 HttpWebClientProtocol 继承。)

页首

方法

  名称 说明
公共方法 Abort (从 WebClientProtocol 继承。)
受保护方法 BeginInvoke (从 SoapHttpClientProtocol 继承。)
受保护方法 CancelAsync (从 HttpWebClientProtocol 继承。)
公共方法 CreateObjRef 安全关键。 (从 MarshalByRefObject 继承。)
公共方法 Discover (从 SoapHttpClientProtocol 继承。)
公共方法 Dispose() (从 Component 继承。)
受保护方法 Dispose(Boolean) (从 Component 继承。)
受保护方法 EndInvoke (从 SoapHttpClientProtocol 继承。)
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Component 继承。)
公共方法 GetAuthenticationMode Gets the authentication scheme used by the SharePoint Web application.
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetLifetimeService 安全关键。 (从 MarshalByRefObject 继承。)
受保护方法 GetReaderForMessage (从 SoapHttpClientProtocol 继承。)
受保护方法 GetService (从 Component 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 GetWebRequest (从 SoapHttpClientProtocol 继承。)
受保护方法 GetWebResponse(WebRequest) (从 HttpWebClientProtocol 继承。)
受保护方法 GetWebResponse(WebRequest, IAsyncResult) (从 HttpWebClientProtocol 继承。)
受保护方法 GetWriterForMessage (从 SoapHttpClientProtocol 继承。)
公共方法 InitializeLifetimeService 安全关键。 (从 MarshalByRefObject 继承。)
受保护方法 Invoke (从 SoapHttpClientProtocol 继承。)
受保护方法 InvokeAsync(String, array<Object[], SendOrPostCallback) (从 SoapHttpClientProtocol 继承。)
受保护方法 InvokeAsync(String, array<Object[], SendOrPostCallback, Object) (从 SoapHttpClientProtocol 继承。)
公共方法 Logoff Logs off the current user making Web service requests.
公共方法 LogonUser Logs on a user and authenticates a user request to the Report Server Web service.
受保护方法 MemberwiseClone() (从 Object 继承。)
受保护方法 MemberwiseClone(Boolean) (从 MarshalByRefObject 继承。)
公共方法 ToString (从 Component 继承。)

页首

事件

  名称 说明
公共事件 Disposed (从 Component 继承。)

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

ReportServiceAuthentication 命名空间