Show / Hide Table of Contents

Class HttpRequestMessageFactoryDesktop

A factory.

Inheritance
System.Object
HttpRequestMessageFactoryDesktop
Implements
IHttpRequestMessageFactory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Geko.HttpClientService.Infrastructure
Assembly: Geko.HttpClientService.dll
Syntax
public class HttpRequestMessageFactoryDesktop : IHttpRequestMessageFactory

Constructors

| Improve this Doc View Source

HttpRequestMessageFactoryDesktop()

Constructor of the HttpRequestMessageFactory

Declaration
public HttpRequestMessageFactoryDesktop()

Methods

| Improve this Doc View Source

CreateRequestMessage()

Creates and returns a new

Declaration
public HttpRequestMessage CreateRequestMessage()
Returns
Type Description
HttpRequestMessage

An to be used by an .

Implements

IHttpRequestMessageFactory
  • Improve this Doc
  • View Source
Back to top Generated by DocFX