ISoftPhoneSetPortRange Method |
Sets the RTP port range.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax void SetPortRange(
int min,
int max
)
Sub SetPortRange (
min As Integer,
max As Integer
)
void SetPortRange(
int min,
int max
)
abstract SetPortRange :
min : int *
max : int -> unit
Parameters
- min
- Type: SystemInt32
- max
- Type: SystemInt32
See Also