Table of Contents

Class Http.Client

Namespace
Nightwatch.Core.Network
Assembly
Nightwatch.Core.dll
[CompilationMapping(SourceConstructFlags.RecordType)]
public sealed class Http.Client
Inheritance
Http.Client
Inherited Members

Constructors

Client(FSharpFunc<HttpMethod, FSharpFunc<Uri, Task<HttpResponseMessage>>>)

[DynamicDependency(DynamicallyAccessedMemberTypes.PublicFields|DynamicallyAccessedMemberTypes.NonPublicFields|DynamicallyAccessedMemberTypes.PublicProperties|DynamicallyAccessedMemberTypes.NonPublicProperties, typeof(Http.Client))]
public Client(FSharpFunc<HttpMethod, FSharpFunc<Uri, Task<HttpResponseMessage>>> send)

Parameters

send FSharpFunc<HttpMethod, FSharpFunc<Uri, Task<HttpResponseMessage>>>

Properties

get

public FSharpFunc<Uri, Task<HttpResponseMessage>> get { get; }

Property Value

FSharpFunc<Uri, Task<HttpResponseMessage>>

send

[CompilationMapping(SourceConstructFlags.Field, 0)]
public FSharpFunc<HttpMethod, FSharpFunc<Uri, Task<HttpResponseMessage>>> send { get; }

Property Value

FSharpFunc<HttpMethod, FSharpFunc<Uri, Task<HttpResponseMessage>>>

Methods

ToString()

public override string ToString()

Returns

string