RestConnectionMapperFluentConnectionTConnectionInfoEnd Method

Ends the configuration and returns the values bundled as a function that builds the connection configuration.

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 Func<TConnectionInfo, IConnectionConfiguration> End()

Return Value

Type: FuncTConnectionInfo, IConnectionConfiguration

Completed connection configuration.

See

RestConnectionMapperFluentConnectionTConnectionInfo Class

Simple.Connector.Framework.Http Namespace