Virtual Serial Port Tools - Advanced serial port configurations for your custom ports usage scenario
Download Virtual Serial Port Tools Hide this button

IHttpHeader Interface

interface IHttpHeader {
    // Properties
    ${name}: string;
    ${value}: string;
}
// This interface is not available in managed environment
// This interface is not available in native environment

IHttpHeader Properties

name

name: string;
// This property is not available in managed environment
// This property is not available in native environment

Header name.

value

value: string;
// This property is not available in managed environment
// This property is not available in native environment

Header value.