Click or drag to resize
BaseMessageDeleteHeader Method
Removes header from the message.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual bool DeleteHeader(
	HeaderType htype
)

Parameters

htype
Type: StreamCoders.RtspHeaderType
Header to remove.

Return Value

Type: Boolean
Returns true if found and deleted, otherwise false.
See Also