CollaborationPlatform Members
Represents the collaboration platform instance that is necessary for using the collaboration API.
The CollaborationPlatform type exposes the following members.
Constructors
Name | Description | |
---|---|---|
CollaborationPlatform(ClientPlatformSettings) | Creates an instance of CollaborationPlatform with client settings. | |
CollaborationPlatform(ServerPlatformSettings) | Creates an instance of CollaborationPlatform with server settings. |
Top
Properties
Name | Description | |
---|---|---|
ActiveGruu | Gets the GRUU of the application. | |
ActiveListeningIPEndpoint | Gets the active listening endpoint in use. | |
AllowedAuthenticationProtocol | Gets or sets the authentication protocol to be used for client endpoints. | |
ApplicationUserAgent | Gets the application user agent string. | |
AudioVideoSettings | Gets audio and video settings. | |
ConnectionManager | Gets the connection manager used by the platform. | |
CurrentMessageThrottlingCount | ||
DefaultAudioVideoProviderEnabled | Gets if audio and video platform capabilities are enabled. | |
InstantMessagingSettings | Provides access to global configuration settings for InstantMessagingFlow. | |
ListeningIPAddress | Gets the IP address on which to listen. | |
Localhost | ||
Transport | Gets the transport type to use. |
Top
Methods
Name | Description | |
---|---|---|
AddTrustedDomain | ||
BeginChangeCertificate(X509Certificate, AsyncCallback, Object) | ||
BeginChangeCertificate(String, array<Byte>[]()[][], AsyncCallback, Object) | Changes the certificate to be used dynamically. | |
BeginShutdown | ||
BeginStartup | ||
EndChangeCertificate | Finishes the operation started by BeginChangeCertificate. | |
EndShutdown | Gets the results from the shutdown operation. | |
EndStartup | ||
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetTrustedDomains | ||
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
RegisterPlatformExtension | ||
RemoveTrustedDomain | ||
ToString | (Inherited from Object.) | |
UnregisterPlatformExtension | Unregister the extension. |
Top
Events
Name | Description | |
---|---|---|
ConnectionAuthorizationRequested |
Top