TraversalMethodFactoryDetectMethod Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic NatTraversalMethod DetectMethod(
IPAddress localAddress,
IPAddress remoteAddress,
INatConfiguration natConfig
)
Public Function DetectMethod (
localAddress As IPAddress,
remoteAddress As IPAddress,
natConfig As INatConfiguration
) As NatTraversalMethod
public:
NatTraversalMethod DetectMethod(
IPAddress^ localAddress,
IPAddress^ remoteAddress,
INatConfiguration^ natConfig
)
member DetectMethod :
localAddress : IPAddress *
remoteAddress : IPAddress *
natConfig : INatConfiguration -> NatTraversalMethod
Parameters
- localAddress IPAddress
-
- remoteAddress IPAddress
-
- natConfig INatConfiguration
-
Return Value
NatTraversalMethod
See Also