C# Class SIPSorcery.AppServer.DialPlan.RTSPApp

Mostra file Open project: sipsorcery/sipsorcery

Public Properties

Property Type Description
RTSPCallId System.Guid

Public Methods

Method Description
RTSPApp ( SIPMonitorLogDelegate statefulProxyLogEvent, UASInviteTransaction clientTransaction, string username ) : NUnit.Framework
Start ( string commandData ) : void

Private Methods

Method Description
GetOkResponse ( SIPRequest sipRequest, string messageBody ) : SIPResponse

Method Details

RTSPApp() public method

public RTSPApp ( SIPMonitorLogDelegate statefulProxyLogEvent, UASInviteTransaction clientTransaction, string username ) : NUnit.Framework
statefulProxyLogEvent SIPMonitorLogDelegate
clientTransaction SIPSorcery.SIP.UASInviteTransaction
username string
return NUnit.Framework

Start() public method

public Start ( string commandData ) : void
commandData string
return void

Property Details

RTSPCallId public_oe property

public Guid,System RTSPCallId
return System.Guid