Gets the type of the method used for communicating with STUN server.
| C# | Visual Basic | Visual C++ |
public NatTraversalMethod TraversalMethodType { get; private set; }
Public Property TraversalMethodType As NatTraversalMethod Get Private Set
public: property NatTraversalMethod TraversalMethodType { NatTraversalMethod get (); private: void set (NatTraversalMethod value); }