LocalChannelHelperDetectNatConfiguration Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic static INatConfiguration DetectNatConfiguration(
string localAddress,
string otherPartyRemoteAddress,
string channelAddress,
INatConfiguration natConfig
)
Public Shared Function DetectNatConfiguration (
localAddress As String,
otherPartyRemoteAddress As String,
channelAddress As String,
natConfig As INatConfiguration
) As INatConfiguration
public:
static INatConfiguration^ DetectNatConfiguration(
String^ localAddress,
String^ otherPartyRemoteAddress,
String^ channelAddress,
INatConfiguration^ natConfig
)
static member DetectNatConfiguration :
localAddress : string *
otherPartyRemoteAddress : string *
channelAddress : string *
natConfig : INatConfiguration -> INatConfiguration
Parameters
- localAddress String
-
- otherPartyRemoteAddress String
-
- channelAddress String
-
- natConfig INatConfiguration
-
Return Value
INatConfiguration
See Also