Initializes a new instance of the NatConfiguration class
| C# | Visual Basic | Visual C++ |
public NatConfiguration( NatTraversalMethod methodType, string remoteServer )
Public Sub New ( _ methodType As NatTraversalMethod, _ remoteServer As String _ )
public: NatConfiguration( NatTraversalMethod methodType, String^ remoteServer )
- methodType (NatTraversalMethod)
- The method type used for NAT traversal.
- remoteServer (String)
- Address of the STUN/TURN server.