Click or drag to resize
ServerParse Method
Parses Header.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public override bool Parse(
	string line
)

Parameters

line
Type: SystemString
The line.

Return Value

Type: Boolean
true if it succeeds, false if it fails.
See Also