Click or drag to resize

RtspMessageRemoveHeader Method

Removes a header from the RtspMessage

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