TsgcSTUNServer속성 › STUNOptions

STUNOptions 속성

서버 측 STUN 옵션: FINGERPRINT, SOFTWARE, Authentication 및 Binding Responses에 추가된 속성.

구문

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;

속성으로 돌아가기