TsgcSTUNServerÖzellikler › STUNOptions

STUNOptions Özellik

Sunucu tarafı STUN seçenekleri: FINGERPRINT, SOFTWARE, Authentication ve Binding Response'lara eklenen öznitelikler.

Sözdizimi

property STUNOptions: TsgcSTUNServer_Options read FSTUNOptions write SetSTUNOptions;

Varsayılan Değer

Remarks

Sunucunun STUN protokol davranışını kontrol eder:

Örnek

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;

Özelliklere Dön