DirectIPPhoneLineConfig Constructor (String, Int32, SIPAddress, TransportType, Int32) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public DirectIPPhoneLineConfig(
string localAddress,
int localPort,
SIPAddress sipIdentity,
TransportType transportType,
int localOutgoningTcpPort = 0
)
Public Sub New (
localAddress As String,
localPort As Integer,
sipIdentity As SIPAddress,
transportType As TransportType,
Optional localOutgoningTcpPort As Integer = 0
)
public:
DirectIPPhoneLineConfig(
String^ localAddress,
int localPort,
SIPAddress^ sipIdentity,
TransportType transportType,
int localOutgoningTcpPort = 0
)
new :
localAddress : string *
localPort : int *
sipIdentity : SIPAddress *
transportType : TransportType *
?localOutgoningTcpPort : int
(* Defaults:
let _localOutgoningTcpPort = defaultArg localOutgoningTcpPort 0
*)
-> DirectIPPhoneLineConfig
Parameters
- localAddress
- Type: SystemString
- localPort
- Type: SystemInt32
- sipIdentity
- Type: Ozeki.VoIPSIPAddress
- transportType
- Type: Ozeki.NetworkTransportType
- localOutgoningTcpPort (Optional)
- Type: SystemInt32
See Also