SendRequest Method

Sends a STUN request.

Syntax

public void SendRequest(int method);
Public Sub SendRequest(ByVal Method As Integer)

Remarks

This method sends a STUN request to the server. When the server receives a STUN request, it will send back either a success response or an error response.

The Method parameter specifies the request type. The following properties are used to determine what attributes to include in the request.

Note: Calling this method will automatically set Active to True, if necessary.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks P2P 2020 .NET Edition - Version 20.0 [Build 8235]