C# Class SIPSorcery.Net.RTSPURL

Show file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property Type Description
Host string
Path string
URLTransport string

Public Methods

Method Description
ParseRTSPURL ( string url ) : RTSPURL
ParseRTSPURL ( string url, RTSPHeaderParserError &parserError ) : RTSPURL
ToString ( ) : string

Private Methods

Method Description
RTSPURL ( ) : NUnit.Framework

Method Details

ParseRTSPURL() public static method

public static ParseRTSPURL ( string url ) : RTSPURL
url string
return RTSPURL

ParseRTSPURL() public static method

public static ParseRTSPURL ( string url, RTSPHeaderParserError &parserError ) : RTSPURL
url string
parserError RTSPHeaderParserError
return RTSPURL

ToString() public method

public ToString ( ) : string
return string

Property Details

Host public property

public string Host
return string

Path public property

public string Path
return string

URLTransport public property

public string URLTransport
return string