TraversalMethodFactoryDetectMethod Method |
Namespace:
Ozeki.Network
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: System.NetIPAddress
- remoteAddress
- Type: System.NetIPAddress
- natConfig
- Type: Ozeki.NetworkINatConfiguration
Return Value
Type:
NatTraversalMethod
See Also