Parses a string to an RTSP request.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public override bool Parse(
string stringToparse
)
Public Overrides Function Parse (
stringToparse As String
) As Boolean
public:
virtual bool Parse(
String^ stringToparse
) override
abstract Parse :
stringToparse : string -> bool
override Parse :
stringToparse : string -> bool
Parameters
- stringToparse
- Type: SystemString
String to parse.
Return Value
Type:
Boolean
true if it succeeds, false if it fails.
See Also