BaseMessageFindHeader Method |
Attempts to find a header in the message.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public virtual BaseHeader FindHeader(
HeaderType hType
)
Public Overridable Function FindHeader (
hType As HeaderType
) As BaseHeader
public:
virtual BaseHeader^ FindHeader(
HeaderType hType
)
abstract FindHeader :
hType : HeaderType -> BaseHeader
override FindHeader :
hType : HeaderType -> BaseHeader
Parameters
- hType
- Type: StreamCoders.RtspHeaderType
Type of header to find.
Return Value
Type:
BaseHeader
Returns the found header, otherwise null.
See Also