SIPAccount Class |
Namespace: Ozeki.VoIP
The SIPAccount type exposes the following members.
Name | Description | |
---|---|---|
SIPAccount | Initializes a new instance of the SIPAccount class | |
SIPAccount(Boolean, String, String, String, String, String) |
Creates SIP Account information.
| |
SIPAccount(Boolean, String, String, String, String, String, Int32) |
Creates SIP Account information.
| |
SIPAccount(Boolean, String, String, String, String, String, String) |
Creates SIP Account information.
| |
SIPAccount(Boolean, String, String, String, String, String, Int32, String) |
Creates SIP Account information.
|
Name | Description | |
---|---|---|
Equals |
Compares two SIP accounts
(Overrides ObjectEquals(Object).) | |
GetHashCode |
Returns the hash code of the SIP account
(Overrides ObjectGetHashCode.) | |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
AsSIPAddress | (Defined by SIPAccountRequestLineEx.) | |
GetAuthInfo | (Defined by SIPAccountRequestLineEx.) | |
GetOutboundAddress | (Defined by SIPAccountRequestLineEx.) | |
GetRemoteEndPoint | (Defined by SIPAccountRequestLineEx.) | |
GetSIPHostPort |
Example: 192.168.115.100, 192.168.115.100:5062
(Defined by SIPAccountRequestLineEx.) |
Name | Description | |
---|---|---|
DisplayName |
Gets the display name of the SIP account.
| |
DomainServerHost |
Gets the host part of the domain for the SIP account.
| |
DomainServerPort |
Gets the port part of the domain for the SIP account.
| |
OutboundProxy |
Gets the outbound address where the SIP messages will be sent.
| |
RegisterName |
Gets the authorization name for SIP account authentication.
| |
RegisterPassword |
Gets the password for SIP account authentication.
| |
RegistrationRequired |
Gets a boolean value indicating whether the SIP account needs to be registered on the remote host.
| |
UserName |
Gets the user ID of the SIP account.
|