Neokernel API

HTTPResponse.getHeader Method

* Use this method to get the header value(s) for a given header name.

public virtual string[] getHeader(
   string headerName
);

See Also

HTTPResponse Class | com.neokernel.httpd Namespace