Click or drag to resize
CommandSettings Property
Specify a method to configure each outgoing HTTP request associated specifically with this AML request

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public Action<IHttpRequest> Settings { get; set; }

Property Value

Type: ActionIHttpRequest
See Also