Метод | Описание | |
---|---|---|
CreateStack ( SIPApp app, string username, string proxyIp = null, int proxyPort = -1 ) : |
Creates a SIP stack.
|
|
CreateTransport ( string listenIp, int listenPort ) : SIPLib.SIP.TransportInfo |
Creates the actual transport - UDP is supported, TCP needs work.
|
Метод | Описание | |
---|---|---|
Main ( string args ) : void |
Defines the entry point of the application.
|
public static CreateStack ( SIPApp app, string username, string proxyIp = null, int proxyPort = -1 ) : |
||
app | SIPApp | The associated sip application. |
username | string | The username representing this SIP endpoint. |
proxyIp | string | The proxy ip if any. |
proxyPort | int | The proxy port if any. |
Результат |
public static CreateTransport ( string listenIp, int listenPort ) : SIPLib.SIP.TransportInfo | ||
listenIp | string | The listen ip. |
listenPort | int | The listen port. |
Результат | SIPLib.SIP.TransportInfo |