Share via


ServerPlatformSettings Members

Represents the settings typically used for creating a server platform instance.

The ServerPlatformSettings type exposes the following members.

Constructors

  Name Description
Public method ServerPlatformSettings(String, String, Int32, String) Initialize the settings to be used for creating a platform that uses the server model.
Public method ServerPlatformSettings(String, String, Int32, String, X509Certificate)
Public method ServerPlatformSettings(String, String, Int32, String, String, array<Byte>[]()[][]) Initialize the setting to be used for creating a platform that uses the server model with a certificate.

Top

Properties

  Name Description
Public property AllowedDomains Gets or set the list of allowed domains.
Public property ApplicationUserAgent Gets the part of the user agent string that identifies the application. (Inherited from CollaborationPlatformSettings.)
Public property CertificateIssuerName Gets the certificate issuer name to be used for Tls.
Public property DefaultAudioVideoProviderEnabled (Inherited from CollaborationPlatformSettings.)
Public property Gruu Gets the GRUU corresponding to the primary listening port.
Public property ListeningIPAddress The IP address on which to listen.
Public property ListeningPort Gets the primary listening port.
Public property Localhost
Public property Transport Gets the transport type for connecting. (Inherited from CollaborationPlatformSettings.)
Public property TrustedDomainModeForTcp
Public property TrustedDomains

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetCertificateSerialNumber Gets the certificate serial number.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

ServerPlatformSettings Class

Microsoft.Rtc.Collaboration Namespace