Class SamlHttpClient
The HTTP client for SAML communications.
Inherited Members
Namespace: ComponentSpace.Saml2.Bindings
Assembly: ComponentSpace.Saml2.dll
Syntax
public class SamlHttpClient
Constructors
SamlHttpClient(HttpClient)
Initializes a new instance of the SamlHttpClient
class.
Declaration
public SamlHttpClient(HttpClient httpClient)
Parameters
Type | Name | Description |
---|---|---|
HttpClient | httpClient | The HTTP client. |