Click or drag to resize

HttpRequestDataBuilder Class

A builder class for creating immutable HttpRequestData objects.
Inheritance Hierarchy
SystemObject
  DegreeDays.Api.ProcessingHttpRequestDataBuilder

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

The HttpRequestDataBuilder type exposes the following members.

Constructors
 NameDescription
Public methodHttpRequestDataBuilderInitializes a new instance of the HttpRequestDataBuilder class
Top
Methods
 NameDescription
Public methodAddParam 
Public methodBuild 
Public methodSetUrl 
Top
Thread Safety
Instances of this builder class are designed for single-threaded use only. It's fine to create and use instances in multiple concurrent threads, but, in the absence of external synchronization, the use of each individual builder instance should be restricted to one thread only.
See Also