TsgcTURNServerプロパティ › STUNOptions

STUNOptions プロパティ

TsgcSTUNServer から継承した STUN レベルのオプション: FINGERPRINT、SOFTWARE、認証、バインディング応答属性。

構文

property STUNOptions: TsgcSTUNServer_Options read FSTUNOptions write SetSTUNOptions;

デフォルト値

解説

TsgcSTUNServer から継承されます。TURN トラフィックと同じポートに到着する可能性のあるプレーンな STUN バインディングリクエストをサーバーがどのように処理するかを制御します。

使用例

oTURN.STUNOptions.Fingerprint := True;
oTURN.STUNOptions.Software := True;
oTURN.STUNOptions.BindingAttributes.ResponseOrigin := True;
oTURN.Active := True;

プロパティに戻る