C# Class SIPSorcery.SIP.App.SIPNonInviteClientUserAgent

Show file Open project: sipsorcery/sipsorcery Class Usage Examples

Public Methods

Method Description
SIPNonInviteClientUserAgent ( SIPTransport sipTransport, SIPEndPoint outboundProxy, SIPCallDescriptor callDescriptor, string owner, string adminMemberID, SIPMonitorLogDelegate logDelegate ) : System
SendRequest ( SIPMethodsEnum method ) : void

Private Methods

Method Description
AuthResponseReceived ( SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPTransaction sipTransaction, SIPResponse sipResponse ) : void

The event handler for responses to the authenticated register request.

GetAuthenticatedRequest ( SIPRequest originalRequest, SIPResponse sipResponse ) : SIPRequest
GetRequest ( SIPMethodsEnum method ) : SIPRequest
RequestTimedOut ( SIPTransaction sipTransaction ) : void
ServerResponseReceived ( SIPEndPoint localSIPEndPoint, SIPEndPoint remoteEndPoint, SIPTransaction sipTransaction, SIPResponse sipResponse ) : void

Method Details

SIPNonInviteClientUserAgent() public method

public SIPNonInviteClientUserAgent ( SIPTransport sipTransport, SIPEndPoint outboundProxy, SIPCallDescriptor callDescriptor, string owner, string adminMemberID, SIPMonitorLogDelegate logDelegate ) : System
sipTransport SIPSorcery.SIP.SIPTransport
outboundProxy SIPSorcery.SIP.SIPEndPoint
callDescriptor SIPCallDescriptor
owner string
adminMemberID string
logDelegate SIPMonitorLogDelegate
return System

SendRequest() public method

public SendRequest ( SIPMethodsEnum method ) : void
method SIPMethodsEnum
return void