API Integrator 2016 .NET Edition
API Integrator 2016 .NET Edition
Questions / Feedback?

HTTPQueryParameter Type

A query parameter which is appended to the URL.

Remarks

This type describes a query parameter which is appended to the URL when the request is sent.

Fields

Name
String

Name of a query parameter to append to the URL when the request is sent.

Value
String

Value of a query parameter to append to the URL when the request is sent.

Constructors

[VB.NET]
Public HTTPQueryParameter()

[C#]
public HTTPQueryParameter();



[VB.NET]
Public HTTPQueryParameter(ByVal Name As String, ByVal Value As String)

[C#]
public HTTPQueryParameter(string name, string value);



 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
API Integrator 2016 .NET Edition - Version 16.0 [Build 7709]