AceQL.Client.Api Namespace
AceQL.Client.Api.Metadata Namespace
AceQL HTTP C# Client SDK v7.3

AceQLConnection..::..AddRequestHeader Method

Adds A request header. The header will be added at each server call.

Namespace:  AceQL.Client.Api
Assembly:  AceQL.Client (in AceQL.Client.dll)

Syntax


public void AddRequestHeader(
	string name,
	string value
)

Parameters

name
Type: String
The header name.
value
Type: String
The header value.