TsgcSTUNClientプロパティ › STUNOptions

STUNOptions プロパティ

STUN 固有のオプション: FINGERPRINT、SOFTWARE 属性、および認証クレデンシャル。

構文

property STUNOptions: TsgcSTUNClient_Options read FSTUNOptions write SetSTUNOptions;

デフォルト値

解説

クライアントの STUN プロトコルの動作を制御します:

使用例

oSTUN.STUNOptions.Fingerprint := True;
oSTUN.STUNOptions.Software := True;
oSTUN.STUNOptions.Authentication.Credentials := stcLongTermCredentials;
oSTUN.STUNOptions.Authentication.Username := 'user';
oSTUN.STUNOptions.Authentication.Password := 'secret';
oSTUN.SendRequest;

プロパティに戻る