| InstagramApiIps Property |
IP information: Comma-separated list of one or more IPs; if your app receives requests directly from clients,
then it should be the client's remote IP as detected by the your app's load balancer; if your app is behind another load balancer (for example, Amazon's ELB),
this should contain the exact contents of the original X-Forwarded-For header. You can use the 127.0.0.1 loopback address during testing
Namespace: InstaSharp.EndpointsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public string Ips { get; set; }
Public Property Ips As String
Get
Set
public:
property String^ Ips {
String^ get ();
void set (String^ value);
}
member Ips : string with get, set
Property Value
Type:
StringSee Also