Show / Hide Table of Contents

Class HttpRequest

Inheritance
Object
HttpRequest
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: PKWARE.Smartcrypt.MetaClient
Assembly: MetaClient.dll
Syntax
public sealed class HttpRequest

Fields

Body

UTF-8 JSON.

Declaration
[CanBeNull]
public readonly string Body
Field Value
Type Description
String

Headers

Declaration
public readonly IDictionary<string, string> Headers
Field Value
Type Description
IDictionary<String, String>

Method

Declaration
public readonly HttpMethod Method
Field Value
Type Description
HttpMethod

Negotiate

If true, Negotiate should be used as the authentication protocol rather than Smartcrypt's own authentication protocol.

Declaration
public readonly bool Negotiate
Field Value
Type Description
Boolean

Url

Declaration
public readonly Url Url
Field Value
Type Description
Url
Back to top Copyright © 2018 PKWARE, Inc.