SendIndication Method

Sends a STUN indication.

Syntax

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

Remarks

This method sends a STUN indication to the server. Unlike STUN requests, STUN indications do not receive a response from the server.

The Method parameter (TBD) specifies the indication type. The following properties are used to determine what attributes to include in the indication:

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]