Show / Hide Table of Contents

Class HttpPostFormContent

The HTTP Post form content.

Inheritance
object
HttpPostFormContent
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ComponentSpace.Saml2.Bindings.Post
Assembly: ComponentSpace.Saml2.dll
Syntax
public class HttpPostFormContent

Properties

HtmlForm

Gets or sets the the HTML form.

Declaration
public string HtmlForm { get; set; }
Property Value
Type Description
string

The HTML form.

HttpHeaders

Gets or sets the the HTTP headers.

Declaration
public IDictionary<string, StringValues> HttpHeaders { get; set; }
Property Value
Type Description
IDictionary<string, StringValues>

The HTTP headers.

In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2025. All rights reserved.