Click or drag to resize
RtspMessageRemoveHeader Method
Removes a header from the RtspMessage

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

Parameters

name
Type: SystemString
The name of the header to remove

Return Value

Type: Boolean
True if removed, false otherwise
See Also