Click or drag to resize

RtspMessageRemoveHeader Method

Removes a header from the RtspMessage

Namespace: Ozeki.Camera
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public bool RemoveHeader(
	string name
)

Parameters

name  String
The name of the header to remove

Return Value

Boolean
True if removed, false otherwise
See Also