OperationConfigurationStartCreateT Method

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

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 HttpCallDescription Create<T>(
	string urlSegment
)
where T : new()

Parameters

urlSegment

Type: SystemString

The url segment that locates the resource.

Type Parameters

T

The type being Created.

Return Value

Type: HttpCallDescription

A configuration for an operation.

See

OperationConfigurationStart Class

Simple.Connector.Framework.Http Namespace