FederationServerSoapProxy Constructor (String)
Initializes a new instance of the FederationServerSoapProxy class with specified Federation Server URL. This constructor is used by the AD FS Web Agent to communicate with the FS.
Namespace: System.Web.Security.SingleSignOn
Assembly: System.Web.Security.SingleSignOn (in System.Web.Security.SingleSignOn.dll)
Syntax
public FederationServerSoapProxy(
string fsUrl
)
public:
FederationServerSoapProxy(
String^ fsUrl
)
new :
fsUrl:string -> FederationServerSoapProxy
Public Sub New (
fsUrl As String
)
Parameters
fsUrl
Type: System.StringThe Federation Server URL.
See Also
FederationServerSoapProxy Overload
FederationServerSoapProxy Class
System.Web.Security.SingleSignOn Namespace
Return to top