SIPCallBasicInfoUpdateInitialOutgoingTransportInfo Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic 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 String
-
- remotePort Int32
-
Return Value
Boolean
See Also