TsgcSTUNServerプロパティ › STUNOptions

STUNOptions プロパティ

サーバー側 STUN オプション: FINGERPRINT、SOFTWARE、認証、および Binding Response に追加される属性。

構文

property STUNOptions: TsgcSTUNServer_Options read FSTUNOptions write SetSTUNOptions;

デフォルト値

解説

サーバーの STUN プロトコルの動作を制御します:

使用例

oSTUN.STUNOptions.Fingerprint := True;
oSTUN.STUNOptions.Software := True;
oSTUN.STUNOptions.Authentication.Enabled := True;
oSTUN.STUNOptions.Authentication.LongTermCredentials.Enabled := True;
oSTUN.STUNOptions.Authentication.LongTermCredentials.Realm := 'sgc';
oSTUN.Active := True;

プロパティに戻る