Class NetworksLocationScanningHttpServerSimple
A HTTP Server Object
[DataContract]
public class NetworksLocationScanningHttpServerSimple
- Inheritance
-
NetworksLocationScanningHttpServerSimple
- Inherited Members
Constructors
NetworksLocationScanningHttpServerSimple()
public NetworksLocationScanningHttpServerSimple()
Properties
SharedSecret
A Shared Secret that will be included in POSTs sent to the HTTP server. This secret can be used to verify that the request was sent by Meraki
[DataMember(Name = "sharedSecret")]
public string? SharedSecret { get; set; }
Property Value
Url
The URL of the HTTP server
[DataMember(Name = "url")]
public string? Url { get; set; }