C# Class SIPSorcery.SIP.App.SIPNonInviteClientUserAgent

Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

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
Résultat System

SendRequest() public méthode

public SendRequest ( SIPMethodsEnum method ) : void
method SIPMethodsEnum
Résultat void