Class HttpRequest
Inherited Members
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 |