Click or drag to resize
FlashConfig Class
Flash client connection configuration
Inheritance Hierarchy

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

The FlashConfig type exposes the following members.

Constructors
  NameDescription
Public methodFlashConfig
Initializes a new instance of the FlashConfig class
Top
Methods
  NameDescription
Public methodProxyDeserializeElement (Inherited from BaseConfigElement.)
Top
Properties
  NameDescription
Public propertyListenedPort
Listening port for a Flash Mediagateway client. Default value: 1935.
Public propertyLocalIPAddress
Public propertyServiceName
The service name, the Flash client can use for the server connection. Default value: FlashMediaGateway
Public propertyType (Inherited from BaseConfigElement.)
Top
See Also