ServerPlatformSettings.TrustedDomainModeForTcp Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the value of trusted domain Mode for Tcp connections. The default value is TrustedDomainMode.Other.
public:
property Microsoft::Rtc::Collaboration::TrustedDomainMode TrustedDomainModeForTcp { Microsoft::Rtc::Collaboration::TrustedDomainMode get(); void set(Microsoft::Rtc::Collaboration::TrustedDomainMode value); };
public Microsoft.Rtc.Collaboration.TrustedDomainMode TrustedDomainModeForTcp { get; set; }
member this.TrustedDomainModeForTcp : Microsoft.Rtc.Collaboration.TrustedDomainMode with get, set
Public Property TrustedDomainModeForTcp As TrustedDomainMode