IHttpRequestSetHeader Method |
Set a request header value
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax void SetHeader(
string name,
string value
)
Sub SetHeader (
name As String,
value As String
)
Parameters
- name
- Type: SystemString
- value
- Type: SystemString
See Also