HTTPHeadersGetValue Method |
Retrieves the value of a given header.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public string GetValue(
string name
)
Public Function GetValue (
name As String
) As String
public:
String^ GetValue(
String^ name
)
member GetValue :
name : string -> string
Parameters
- name
- Type: SystemString
the name of the header to check
Return Value
Type:
Stringthe value of the given header name or an empty string if the given header does not exist.
Remarks See Also