SoftPhoneFactoryCreateSoftPhone(IPAddress, Int32, Int32, String) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxpublic static ISoftPhone CreateSoftPhone(
IPAddress localAddress,
int minPort,
int maxPort,
string userAgent = null
)
Public Shared Function CreateSoftPhone (
localAddress As IPAddress,
minPort As Integer,
maxPort As Integer,
Optional userAgent As String = Nothing
) As ISoftPhone
public:
static ISoftPhone^ CreateSoftPhone(
IPAddress^ localAddress,
int minPort,
int maxPort,
String^ userAgent = nullptr
)
static member CreateSoftPhone :
localAddress : IPAddress *
minPort : int *
maxPort : int *
?userAgent : string
(* Defaults:
let _userAgent = defaultArg userAgent null
*)
-> ISoftPhone Parameters
- localAddress IPAddress
-
- minPort Int32
-
- maxPort Int32
-
- userAgent String (Optional)
-
Return Value
ISoftPhone
See Also