TsgcTURNServer属性 › STUNOptions

STUNOptions 属性

从 TsgcSTUNServer 继承的 STUN 级别选项:FINGERPRINT、SOFTWARE、Authentication 和 Binding-Response 属性。

语法

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;

返回属性