SIPCallBasicInfoUpdateInitialOutgoingTransportInfo Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool UpdateInitialOutgoingTransportInfo(
string remoteAddress,
int remotePort
)
Public Function UpdateInitialOutgoingTransportInfo (
remoteAddress As String,
remotePort As Integer
) As Boolean
public:
bool UpdateInitialOutgoingTransportInfo(
String^ remoteAddress,
int remotePort
)
member UpdateInitialOutgoingTransportInfo :
remoteAddress : string *
remotePort : int -> bool
Parameters
- remoteAddress
- Type: SystemString
- remotePort
- Type: SystemInt32
Return Value
Type:
BooleanSee Also