Click or drag to resize
SilverlightConfig Class
Configuration for Silverlight Mediagateway clients
Inheritance Hierarchy

Namespace: Ozeki.MediaGateway
Assembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class SilverlightConfig : BaseConfigElement

The SilverlightConfig type exposes the following members.

Constructors
  NameDescription
Public methodSilverlightConfig
Initializes a new instance of the SilverlightConfig class
Top
Methods
  NameDescription
Public methodProxyDeserializeElement (Inherited from BaseConfigElement.)
Top
Properties
  NameDescription
Public propertyListenedPort
Listening port for a Silverlight client. Default value:4502. Value must be in range 4502-4532
Public propertyLocalIPAddress
Public propertyPolicyFileLocation
Public propertyPolicyServiceEnabled
Public propertyServiceName
The service name the Silverlight client can use for the server connection. Default value: SilverlightMediaGateway
Public propertyType (Inherited from BaseConfigElement.)
Top
See Also