Show / Hide Table of Contents

Class RestAdapterConfiguration

Properties taken from a configuration file for Rest Adapter processes.

Inheritance
System.Object
RestAdapterConfiguration
Namespace:Foci.Orbital.Adapters.Rest.Models
Assembly:Foci.Orbital.Adapters.Rest.dll
Syntax
public class RestAdapterConfiguration : object

Properties

Authorization

The string representation of consumer username

Declaration
public Authorization Authorization { get; set; }
Property Value
Type Description
Authorization

Endpoint

The Endpoint property represents the Endpoint the RestSharper request is going to hit.

Declaration
public string Endpoint { get; set; }
Property Value
Type Description
System.String

The Endpoint property gets/sets the value of the string representing the Endpoint the RestSharper request is going to hit.

Headers

The Headers property represents a list of Header objects for the RestSharper client request headers.

Declaration
public List<Header> Headers { get; set; }
Property Value
Type Description
List<Header>

The Headers property get/sets the value of the headers for the RestSharper client request headers.

Method

The Method property represents the type of RestSharper request.

Declaration
public string Method { get; set; }
Property Value
Type Description
System.String

The Method property gets/sets the value of the string representing the type of RestSharper request. For example, GET method.

Uri

The Uri property represents the uri the RestSharper client is going to hit.

Declaration
public string Uri { get; set; }
Property Value
Type Description
System.String

The Uri property gets/sets the value of the string representing the uri the RestSharper client is going to hit.

Back to top Copyright © 2017 Foci Solutions
Generated by DocFX