C# Class SIPSorcery.SIP.App.SIPProviderBinding

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

Méthodes publiques

Свойство Type Description
ContactsList List
LocalSIPEndPoint SIPEndPoint
NonceCount int
ProviderAuthUsername string
ProviderOutboundProxy string
ProviderPassword string
RegistrarRealm string
RegistrarSIPEndPoint SIPEndPoint
RegistrarServer SIPURI
SendMWISubscribe bool
TimeZoneOffsetMinutes int

Private Properties

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

Méthodes publiques

Méthode Description
GetTable ( ) : DataTable
GetXMLDocumentElementName ( ) : string
GetXMLElementName ( ) : string
Load ( DataRow bindingRow ) : void
SIPProviderBinding ( ) : System.Data
SIPProviderBinding ( DataRow bindingRow ) : System.Data
SIPProviderBinding ( SIPProvider sipProvider ) : System.Data
SetProviderFields ( SIPProvider sipProvider ) : void
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 bindingRow ) : void
bindingRow System.Data.DataRow
Résultat void

SIPProviderBinding() public méthode

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

SIPProviderBinding() public méthode

public SIPProviderBinding ( DataRow bindingRow ) : System.Data
bindingRow System.Data.DataRow
Résultat System.Data

SIPProviderBinding() public méthode

public SIPProviderBinding ( SIPProvider sipProvider ) : System.Data
sipProvider SIPProvider
Résultat System.Data

SetProviderFields() public méthode

public SetProviderFields ( SIPProvider sipProvider ) : void
sipProvider SIPProvider
Résultat void

ToXML() public méthode

public ToXML ( ) : string
Résultat string

ToXMLNoParent() public méthode

public ToXMLNoParent ( ) : string
Résultat string

Property Details

ContactsList public_oe property

public List ContactsList
Résultat List

LocalSIPEndPoint public_oe property

public SIPEndPoint LocalSIPEndPoint
Résultat SIPEndPoint

NonceCount public_oe property

public int NonceCount
Résultat int

ProviderAuthUsername public_oe property

public string ProviderAuthUsername
Résultat string

ProviderOutboundProxy public_oe property

public string ProviderOutboundProxy
Résultat string

ProviderPassword public_oe property

public string ProviderPassword
Résultat string

RegistrarRealm public_oe property

public string RegistrarRealm
Résultat string

RegistrarSIPEndPoint public_oe property

public SIPEndPoint RegistrarSIPEndPoint
Résultat SIPEndPoint

RegistrarServer public_oe property

public SIPURI RegistrarServer
Résultat SIPURI

SendMWISubscribe public_oe property

public bool SendMWISubscribe
Résultat bool

TimeZoneOffsetMinutes public_oe static_oe property

public static int TimeZoneOffsetMinutes
Résultat int