Class SamlHttpClient
The HTTP client for SAML communications.
Inheritance
System.Object
SamlHttpClient
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|---|
System.Net.Http.HttpClient | httpClient | The HTTP client. |