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

Namespace: Ozeki.MediaGateway
Assembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ClientAccessPolicyConfig(
	bool serviceEnabled = true,
	string policyFileLocation = null
)

Parameters

serviceEnabled (Optional)
Type: SystemBoolean
policyFileLocation (Optional)
Type: SystemString
See Also