Поделиться через


Класс 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.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.