TraversalMethodFactoryDetectMethod Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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:
NatTraversalMethodSee Also