The CollaborationPlatformtype exposes the following members.

Constructors

  Name Description
CollaborationPlatform Overloaded.

Methods

  Name Description
AddTrustedDomain
Adds a new entry to the list of trusted domains.
BeginChangeCertificate Overloaded.
BeginShutdown
Shuts down the platform and all known endpoints.
BeginStartup
Initializes the platform object.
EndChangeCertificate
This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.
EndShutdown
This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.
EndStartup
This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed.
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetHashCode (Inherited from Object.)
GetTrustedDomains
Gets the list of trusted domains.
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
RegisterPlatformExtension
Registers an extension with the platform.
RemoveTrustedDomain
Removes an existing entry from the trusted domains list.
ToString (Inherited from Object.)
UnregisterPlatformExtension
Unregisters an extension from the platform.

Properties

  Name Description
ActiveGruu
Gets the trusted 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
Gets the current count of incoming messages (Invite, in-dialog messages, etc) that are waiting in internal queues (thread pool queue or conversation queue).
DefaultAudioVideoProviderEnabled
Gets whether whether the default audio/video provider is enabled.
InstantMessagingSettings
Gets or sets the global configuration settings for an InstantMessaging Flow instance.
ListeningIPAddress
Gets the IP address on which to listen.
Localhost
Gets the FQDN of the machine where the application is deployed.
Transport
Gets the transport type to use.

Events

  Name Description
ConnectionAuthorizationRequested
Raised when a connection is established and authorization by the application is needed.

See Also