Enum SIPConnectionsEnum
Enumeration for the type of the SIP connection type.
Namespace: SipLib.Channels
Assembly: SipLib.dll
Syntax
public enum SIPConnectionsEnum
Fields
Name | Description |
---|---|
Caller | Indicates the connection was initiated locally to a remote server socket. |
Listener | Indicates the connection was initiated by the remote client to a local server socket. |