TestingClientOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Client options to use in TestingSiloHost
public class TestingClientOptions
type TestingClientOptions = class
Public Class TestingClientOptions
- Inheritance
-
TestingClientOptions
Constructors
TestingClientOptions() |
Construct a new TestingClientOptions using default value |
Fields
DEFAULT_CLIENT_CONFIG_FILE |
Default path for the client config file |
Properties
AdjustConfig |
Delegate to apply transformation to the client configuration |
ClientConfigFile |
Get or set the client config file |
Gateways |
Get or set the list of gateways to use |
PreferedGatewayIndex |
The index in Gateways list to use as the prefered gateway |
PropagateActivityId |
If set to truem the activity id will be propagated |
ProxiedGateway |
If set to true the property PreferedGatewayIndex will be used |
ResponseTimeout |
Get or set the response timeout |
Methods
Copy() |
Copy the current TestingClientOptions |