The ServerPlatformSettingstype exposes the following members.

Constructors

  Name Description
ServerPlatformSettings Overloaded.

Methods

  Name Description
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetCertificateSerialNumber
Gets the certificate serial number used for MTLS communications.
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
ToString (Inherited from Object.)

Properties

  Name Description
AllowedDomains
Gets or sets the list of allowed domains.
ApplicationUserAgent
Gets the part of the user agent string that identifies the application.
(Inherited from CollaborationPlatformSettings.)
CertificateIssuerName
Gets the certificate issuer name to be used for TLS.
DefaultAudioVideoProviderEnabled
Gets or sets whether the default audio/video provider is enabled.
(Inherited from CollaborationPlatformSettings.)
Gruu
Gets the trusted Gruu for the application. Can be null.
ListeningIPAddress
Gets or sets the IP address on which to listen.
ListeningPort
Gets the port to listen for incoming connections.
Localhost
Gets the FQDN of the machine where the application is deployed.
Transport
Gets the transport type used for connections.
(Inherited from CollaborationPlatformSettings.)
TrustedDomainModeForTcp
Gets/sets the value of trusted domain Mode for Tcp connections. The default value is TrustedDomainMode.Other.
TrustedDomains
Gets or sets the list of trusted domains.

See Also