enable_online


Description:

public bool enable_online { get; set; }

true if network traffic should reach the Internet as normal; false to redirect it to the local mock server.

Use this in conjunction with enable_logging to either log online traffic, or replay logged traffic locally.