TsgcSTUNClientÖzellikler › STUNOptions

STUNOptions Özellik

STUN'a özgü seçenekler: FINGERPRINT, SOFTWARE özniteliği ve Kimlik Doğrulama bilgileri.

Sözdizimi

property STUNOptions: TsgcSTUNClient_Options read FSTUNOptions write SetSTUNOptions;

Varsayılan Değer

Remarks

İstemcinin STUN protokolü davranışını kontrol eder:

Örnek

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;

Özelliklere Dön