C# Class SIPSorcery.SIP.App.SIPProvider

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

Méthodes publiques

Свойство Type Description
DisallowedServerPatterns string

Private Properties

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

Méthodes publiques

Méthode Description
GetTable ( ) : DataTable
GetXMLDocumentElementName ( ) : string
GetXMLElementName ( ) : string
Load ( DataRow providerRow ) : void
SIPProvider ( ) : System.Data
SIPProvider ( DataRow bindingRow ) : System.Data
SIPProvider ( ProviderTypes providerType, string owner, string name, string username, string password, SIPURI server, string outboundProxy, string from, string custom, SIPURI registerContact, int registerExpiry, SIPURI registerServer, string authUsername, string registerRealm, bool registerEnabled, bool registerEnabledAdmin, string gvCallbackNumber, string gvCallbackPattern, GoogleVoiceCallbackTypes gvCallbackType ) : System.Data
ToXML ( ) : string
ToXMLNoParent ( ) : string
ValidateAndClean ( SIPProvider sipProvider ) : 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 providerRow ) : void
providerRow System.Data.DataRow
Résultat void

SIPProvider() public méthode

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

SIPProvider() public méthode

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

SIPProvider() public méthode

public SIPProvider ( ProviderTypes providerType, string owner, string name, string username, string password, SIPURI server, string outboundProxy, string from, string custom, SIPURI registerContact, int registerExpiry, SIPURI registerServer, string authUsername, string registerRealm, bool registerEnabled, bool registerEnabledAdmin, string gvCallbackNumber, string gvCallbackPattern, GoogleVoiceCallbackTypes gvCallbackType ) : System.Data
providerType ProviderTypes
owner string
name string
username string
password string
server SIPURI
outboundProxy string
from string
custom string
registerContact SIPURI
registerExpiry int
registerServer SIPURI
authUsername string
registerRealm string
registerEnabled bool
registerEnabledAdmin bool
gvCallbackNumber string
gvCallbackPattern string
gvCallbackType GoogleVoiceCallbackTypes
Résultat System.Data

ToXML() public méthode

public ToXML ( ) : string
Résultat string

ToXMLNoParent() public méthode

public ToXMLNoParent ( ) : string
Résultat string

ValidateAndClean() public static méthode

public static ValidateAndClean ( SIPProvider sipProvider ) : string
sipProvider SIPProvider
Résultat string

Property Details

DisallowedServerPatterns public_oe static_oe property

public static string DisallowedServerPatterns
Résultat string