TraversalMethodFactoryCreate Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public ITraversalMethod Create(
IPEndPoint localEndPoint,
INatConfiguration natConfig
)
Public Function Create (
localEndPoint As IPEndPoint,
natConfig As INatConfiguration
) As ITraversalMethod
public:
ITraversalMethod^ Create(
IPEndPoint^ localEndPoint,
INatConfiguration^ natConfig
)
member Create :
localEndPoint : IPEndPoint *
natConfig : INatConfiguration -> ITraversalMethod
Parameters
- localEndPoint
- Type: System.NetIPEndPoint
- natConfig
- Type: Ozeki.NetworkINatConfiguration
Return Value
Type:
ITraversalMethodSee Also