Class APICaller
A single layer of 'caller information' for self-identifying when issuing API requests.
public class APICaller
- Inheritance
-
APICaller
- Inherited Members
Properties
Name
Name of the caller (in most cases, a package name)
public string Name { get; set; }
Property Value
Version
Version of the caller, typically in dot-notation.
public string Version { get; set; }