ClientAccessPolicyConfig Constructor |
Namespace: Ozeki.MediaGatewayAssembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ClientAccessPolicyConfig(
bool serviceEnabled = true,
string policyFileLocation = null
)
Public Sub New (
Optional serviceEnabled As Boolean = true,
Optional policyFileLocation As String = Nothing
)
public:
ClientAccessPolicyConfig(
bool serviceEnabled = true,
String^ policyFileLocation = nullptr
)
new :
?serviceEnabled : bool *
?policyFileLocation : string
(* Defaults:
let _serviceEnabled = defaultArg serviceEnabled true
let _policyFileLocation = defaultArg policyFileLocation null
*)
-> ClientAccessPolicyConfig
Parameters
- serviceEnabled (Optional)
- Type: SystemBoolean
- policyFileLocation (Optional)
- Type: SystemString
See Also