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

Namespace: Ozeki.MediaGateway
Assembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public WindowsPhoneConfig(
	string ipAddress = "0.0.0.0",
	int listenedPort = 4502,
	string serviceName = "SilverlightMediaGateway",
	bool policyServiceEnabled = true,
	string policyFileLocation = null
)

Parameters

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