C# Class SIPSorcery.AppServer.DialPlan.RTSPAppStruct

Show file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Properties

Property Type Description
Empty RTSPAppStruct
TraceRequired bool
URL string

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
RTSPAppStruct ( string url, bool traceRequired ) : NUnit.Framework
operator ( ) : bool

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

RTSPAppStruct() public method

public RTSPAppStruct ( string url, bool traceRequired ) : NUnit.Framework
url string
traceRequired bool
return NUnit.Framework

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Empty public static property

public static RTSPAppStruct,SIPSorcery.AppServer.DialPlan Empty
return RTSPAppStruct

TraceRequired public property

public bool TraceRequired
return bool

URL public property

public string URL
return string