Click or drag to resize
BaseMessageFindHeader Method
Attempts to find a header in the message.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual BaseHeader FindHeader(
	HeaderType hType
)

Parameters

hType
Type: StreamCoders.RtspHeaderType
Type of header to find.

Return Value

Type: BaseHeader
Returns the found header, otherwise null.
See Also