Click or drag to resize

HttpRequestData Class

A set of parameter names and values to be sent in an HTTP request.
Inheritance Hierarchy
SystemObject
  DegreeDays.Api.ProcessingHttpRequestData

Namespace: DegreeDays.Api.Processing
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public sealed class HttpRequestData

The HttpRequestData type exposes the following members.

Properties
 NameDescription
Public propertyParams 
Public propertyUrl 
Top
Methods
 NameDescription
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodGetHashCode Overridden to ensure consistency with Equals.
(Overrides ObjectGetHashCode)
Top
Thread Safety
Instances of this class are immutable. You can safely reuse them and call them from multiple threads at once.
See Also