Method GetNetworkTools
GetNetworkTools(NetworkToolOptions)
Gets all Network tools with optional shared options.
public static IEnumerable<ITool> GetNetworkTools(NetworkToolOptions options = null)
Parameters
optionsNetworkToolOptionsShared configuration options, or
nullfor defaults.
Returns
- IEnumerable<ITool>
All Network tool instances.