IUccServerSignalingSettings Interface

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Encapsulates the signaling settings needed for registering a user's endpoint with Office Communications Server.

Namespace: Microsoft.Office.Interop.UccApi
Assembly: Microsoft.Office.Interop.UccApi (in microsoft.office.interop.uccapi.dll)

Syntax

'Declaration
Public Interface IUccServerSignalingSettings
    Inherits IUnknown
public interface IUccServerSignalingSettings : IUnknown
public interface class IUccServerSignalingSettings : IUnknown
public interface IUccServerSignalingSettings extends IUnknown
public interface IUccServerSignalingSettings extends IUnknown

Remarks

The server signaling settings represent a specification of the user credentials needed for the registration with the server, the name of the server to which the user wants to connect, the transport protocol, and the authentication modes. An application can obtain this interface by querying the interface from an IUccEndpoint object. In a .NET application this amounts to typecasting IUccEndpoint into IUccServerSignalingSettings. An application might want to watch for events raised by an IUccServerSignalingSettings instance (which is an IUccEndpoint object). Such events are defined in the _IUccServerSignalingSettingsEvents dispinterface.

Win32 COM/C++ Syntax

interface IUccServerSignalingSettings : IUnknown

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2000 with Service Pack 4, Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

IUccServerSignalingSettings Members
Microsoft.Office.Interop.UccApi Namespace