Click or drag to resize
BaseMessageParseHeader Method
Parses a string containing a header and creates a BaseHeader instance from it.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public virtual BaseHeader ParseHeader(
	string stringToParse
)

Parameters

stringToParse
Type: SystemString
String to parse.

Return Value

Type: BaseHeader
Returns the new created BaseHeader object, otherwise null.
See Also