Click or drag to resize
FlashConfig Constructor
Initializes a new instance of the FlashConfig class

Namespace: Ozeki.MediaGateway
Assembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public FlashConfig(
	string ipAddress = "0.0.0.0",
	int listenedPort = 1935,
	string serviceName = "FlashMediaGateway"
)

Parameters

ipAddress (Optional)
Type: SystemString
listenedPort (Optional)
Type: SystemInt32
serviceName (Optional)
Type: SystemString
See Also