OperationConfigurationStart Class

Initializes the configuration of an operation.

Inheritance Hierarchy

SystemObject

Simple.Connector.Framework.HttpOperationConfigurationStart

Namespace:  Simple.Connector.Framework.Http

Assembly: Simple.Connector.Framework (in Simple.Connector.Framework.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

public class OperationConfigurationStart

The OperationConfigurationStart type exposes the following members.

Constructors

 

Name Description

Public method

OperationConfigurationStart

Creates an instance of the OperationConfigurationStart.

Methods

  Name Description
Public method

CreateT

Creates a Create operation called 'Create' that is a 'POST'.

Public method

CreateWithResponseT(String)

Creates a Create Operation called 'Create' that is a 'POST', and maps results from the response.

Public method

CreateWithResponseT(String, String)

Creates a Create Operation with a custom name that is a 'POST', and maps results from the response.

Public method

CreateWithResponseT(String, String, String)

Creates a Create Operation with a custom name and HTTP method, and maps results from the response.

Public method

Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.)
Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

(Inherited from Object.)
Public method

GetHashCode

Serves as the default hash function.

(Inherited from Object.)
Public method

GetType

Gets the Type of the current instance.

(Inherited from Object.)
Protected method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
Public method

ToString

Returns a string that represents the current object.

(Inherited from Object.)

Properties

  Name Description
Public property

CreateClient

Gets the function to construct the HTTP client.

Public property

Serializer

Gets the serializer used for object serialization.

See

Simple.Connector.Framework.Http Namespace