Share via


Migrating from the Windows Media Unicast Admin Control

banner art

Previous Next

Migrating from the Windows Media Unicast Admin Control

The Windows Media Unicast Admin control is an ActiveX control that is used to administer unicasting for Windows Media Services 4.1. This control, and the objects that can be accessed from it, are not available in the Windows Media Services 9 Series SDK.

The following table shows the functional equivalent of the Admin control and its objects in the Windows Media Services 9 Series SDK.

Version 4.1 object 9 Series equivalent
NSUnicastMgr (Admin control) IWMSServer
AuthenticationPlugins IWMSServer.Authenticators
AuthenticationPlugin IWMSPlugin
Clients IWMSOutgoingDistributionConnections, IWMSPlayers
Client IWMSOutgoingDistributionConnection, IWMSPlayer
EventPlugins IWMSServer.EventHandlers
VirtualRoots IWMSPublishingPoints
VirtualRoot IWMSPublishingPoint
  • Note   IWMSServer.Authenticators and IWMSServer.EventHandlers are methods that return a collection of Authentication plug-ins and Event Notification plug-ins, respectively.

See Also (General)

See Also (Visual Basic .NET)

See Also (C#)

See Also (C++)

Previous Next