Namespace: Ozeki.MediaGatewayAssembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic FlashConfig(
	string ipAddress = "0.0.0.0",
	int listenedPort = 1935,
	string serviceName = "FlashMediaGateway"
)
Public Sub New ( 
	Optional ipAddress As String = "0.0.0.0",
	Optional listenedPort As Integer = 1935,
	Optional serviceName As String = "FlashMediaGateway"
)
public:
FlashConfig(
	String^ ipAddress = L"0.0.0.0", 
	int listenedPort = 1935, 
	String^ serviceName = L"FlashMediaGateway"
)
new : 
        ?ipAddress : string * 
        ?listenedPort : int * 
        ?serviceName : string 
(* Defaults:
        let _ipAddress = defaultArg ipAddress "0.0.0.0"
        let _listenedPort = defaultArg listenedPort 1935
        let _serviceName = defaultArg serviceName "FlashMediaGateway"
*)
-> FlashConfigParameters
- ipAddress (Optional)
 - Type: SystemString
 - listenedPort (Optional)
 - Type: SystemInt32
 - serviceName (Optional)
 - Type: SystemString
 
See Also