|
SetSIPPortRange |
Top Previous Next |
|
class procedure SetSIPPortRange(Start: Word; Finish: Word); - Delphi syntax static void SetSIPPortRange(ushort start, ushort finish); - C# syntax Shared SetSIPPortRange(start As System.Uint16. finish As System.Uint16); - VB.NET syntax HRESULT SetSIPPortRange([in] LONG Start, [in] LONG Finish); - COM/IDL syntax
Description Sets the range of ports for choosing the SIP port number on local machine. It will has effect only if BindingPort property is zero. By default this range is 5000 – 5100. |