Click or drag to resize
DirectIPPhoneLineConfig Constructor (String, Int32, SIPAddress, TransportType, Int32)
Initializes a new instance of the DirectIPPhoneLineConfig class

Namespace: Ozeki.VoIP
Assembly: 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
)

Parameters

localAddress
Type: SystemString
localPort
Type: SystemInt32
sipIdentity
Type: Ozeki.VoIPSIPAddress
transportType
Type: Ozeki.NetworkTransportType
localOutgoningTcpPort (Optional)
Type: SystemInt32
See Also