BaseMessageDeleteHeader Method |
Removes header from the message.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic virtual bool DeleteHeader(
HeaderType htype
)
Public Overridable Function DeleteHeader (
htype As HeaderType
) As Boolean
public:
virtual bool DeleteHeader(
HeaderType htype
)
abstract DeleteHeader :
htype : HeaderType -> bool
override DeleteHeader :
htype : HeaderType -> bool
Parameters
- htype
- Type: StreamCoders.RtspHeaderType
Header to remove.
Return Value
Type:
Boolean
Returns true if found and deleted, otherwise false.
See Also