Represents a SIP user account.
| C# | Visual Basic | Visual C++ |
public class SIPAccount
Public Class SIPAccount
public ref class SIPAccount
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| SIPAccount(Boolean, String, String, String, String, String, String) |
Contains SIP Account information.
| |
| SIPAccount(Boolean, String, String, String, String, String, Int32) |
Contains SIP Account information.
| |
| SIPAccount(Boolean, String, String, String, String, String) |
Contains SIP Account information.
| |
| SIPAccount(Boolean, String, String, String, String, String, Int32, String) |
Contains SIP Account information.
| |
| AsSIPAddress(SIPAccount) | (Inherited from SIPAccountRequestLineEx.) | |
| AsSIPURIHostPort(SIPAccount) | (Inherited from SIPAccountRequestLineEx.) | |
| DisplayName |
Displayname for the account.
| |
| DomainServerHost |
The domain host for SIP registration.
| |
| DomainServerPort |
The domain port for SIP registration.
| |
| EndPoint | ||
| Equals(Object) |
Compares two SIP accounts
(Overrides Object.Equals(Object).) | |
| GetHashCode()()()() |
Returns the hash code of the SIP account
(Overrides Object.GetHashCode()()()().) | |
| OutboundProxy |
The domain port for SIP registration.
| |
| RegisterName |
The registername for the SIP account.
| |
| RegisterPassword |
The password for the SIP account.
| |
| RegistrationRequired |
Is registration required for this account?
| |
| SIPURL |
The whole domain endpoint equipped with registername.
| |
| UserName |
The username for the SIP account.
|
This class stores the necessary user data for the registration to a SIP Registrar Proxy server.
These data are: user name, registration name, registration password (see RFC 5322),
SIP server IP address and port.
This class also handles the case when you want to communicate with directly with a sIP
tool. In this case the RequestrationRequired property needs to be set to false. In this case the class specifies a communication channel.
| Object | |
| SIPAccount | |