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 继承。) |
页首
方法
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。