Determines if the headers collection contains a header of the specified name, with any value.
Namespace: OIV.RemoteViz.RenderingAssembly: OIV.RemoteViz (in OIV.RemoteViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool Exists(
string name
)
Public Function Exists (
name As String
) As Boolean
public:
bool Exists(
String^ name
)
member Exists :
name : string -> bool
Parameters
- name
- Type: SystemString
Return Value
Type:
Booleantrue if the given header exists.
Remarks param name the name of the header to check
See Also