Click or drag to resize
BaseMessageDeleteGenericHeader Method
Deletes a generic message from the message. A generic header is a header custom/proprietary header that is not part of the original RTSP specification.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual bool DeleteGenericHeader(
	GenericHeader gh
)

Parameters

gh
Type: StreamCoders.RtspGenericHeader
Header to delete.

Return Value

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