C# Class SIPSorcery.SIP.App.SIPRegistrarBinding

Inheritance: INotifyPropertyChanged, ISIPAsset
Afficher le fichier Open project: sipsorcery/sipsorcery Class Usage Examples

Méthodes publiques

Свойство Type Description
RemovalReason SIPBindingRemovalReason
TimeZoneOffsetMinutes int

Private Properties

Свойство Type Description
NotifyPropertyChanged void

Méthodes publiques

Méthode Description
GetTable ( ) : DataTable
GetXMLDocumentElementName ( ) : string
GetXMLElementName ( ) : string
Load ( DataRow row ) : void
RefreshBinding ( int expiry, SIPEndPoint remoteSIPEndPoint, SIPEndPoint proxySIPEndPoint, SIPEndPoint registrarSIPEndPoint, bool dontMangle ) : void

Refreshes a binding when the remote network information of the remote or proxy end point has changed.

SIPRegistrarBinding ( ) : System.Data
SIPRegistrarBinding ( DataRow row ) : System.Data
SIPRegistrarBinding ( SIPAccount sipAccount, SIPURI bindingURI, string callId, int cseq, string userAgent, SIPEndPoint remoteSIPEndPoint, SIPEndPoint proxySIPEndPoint, SIPEndPoint registrarSIPEndPoint, int expiry ) : System.Data

ToContactString ( ) : string
ToMangledContactString ( ) : string
ToXML ( ) : string
ToXMLNoParent ( ) : string

Private Methods

Méthode Description
NotifyPropertyChanged ( string propertyName ) : void

Method Details

GetTable() public méthode

public GetTable ( ) : DataTable
Résultat System.Data.DataTable

GetXMLDocumentElementName() public méthode

public GetXMLDocumentElementName ( ) : string
Résultat string

GetXMLElementName() public méthode

public GetXMLElementName ( ) : string
Résultat string

Load() public méthode

public Load ( DataRow row ) : void
row System.Data.DataRow
Résultat void

RefreshBinding() public méthode

Refreshes a binding when the remote network information of the remote or proxy end point has changed.
public RefreshBinding ( int expiry, SIPEndPoint remoteSIPEndPoint, SIPEndPoint proxySIPEndPoint, SIPEndPoint registrarSIPEndPoint, bool dontMangle ) : void
expiry int
remoteSIPEndPoint SIPEndPoint
proxySIPEndPoint SIPEndPoint
registrarSIPEndPoint SIPEndPoint
dontMangle bool
Résultat void

SIPRegistrarBinding() public méthode

public SIPRegistrarBinding ( ) : System.Data
Résultat System.Data

SIPRegistrarBinding() public méthode

public SIPRegistrarBinding ( DataRow row ) : System.Data
row System.Data.DataRow
Résultat System.Data

SIPRegistrarBinding() public méthode

public SIPRegistrarBinding ( SIPAccount sipAccount, SIPURI bindingURI, string callId, int cseq, string userAgent, SIPEndPoint remoteSIPEndPoint, SIPEndPoint proxySIPEndPoint, SIPEndPoint registrarSIPEndPoint, int expiry ) : System.Data
sipAccount SIPAccount
bindingURI SIPURI
callId string
cseq int
userAgent string
remoteSIPEndPoint SIPEndPoint
proxySIPEndPoint SIPEndPoint
registrarSIPEndPoint SIPEndPoint
expiry int
Résultat System.Data

ToContactString() public méthode

public ToContactString ( ) : string
Résultat string

ToMangledContactString() public méthode

public ToMangledContactString ( ) : string
Résultat string

ToXML() public méthode

public ToXML ( ) : string
Résultat string

ToXMLNoParent() public méthode

public ToXMLNoParent ( ) : string
Résultat string

Property Details

RemovalReason public_oe property

public SIPBindingRemovalReason RemovalReason
Résultat SIPBindingRemovalReason

TimeZoneOffsetMinutes public_oe static_oe property

public static int TimeZoneOffsetMinutes
Résultat int