Click or drag to resize

RtspMessageRemoveHeader Method

Removes a header from the RtspMessage

Namespace: Ozeki.Camera
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
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