LocalChannelHelperDetectNatConfiguration Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemString
- otherPartyRemoteAddress
- Type: SystemString
- channelAddress
- Type: SystemString
- natConfig
- Type: Ozeki.NetworkINatConfiguration
Return Value
Type:
INatConfigurationSee Also