| WindowsPhoneConfig Constructor  | 
 
Namespace: Ozeki.MediaGatewayAssembly: OzekiMediaGateway (in OzekiMediaGateway.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic WindowsPhoneConfig(
	string ipAddress = "0.0.0.0",
	int listenedPort = 4502,
	string serviceName = "SilverlightMediaGateway",
	bool policyServiceEnabled = true,
	string policyFileLocation = null
)
Public Sub New ( 
	Optional ipAddress As String = "0.0.0.0",
	Optional listenedPort As Integer = 4502,
	Optional serviceName As String = "SilverlightMediaGateway",
	Optional policyServiceEnabled As Boolean = true,
	Optional policyFileLocation As String = Nothing
)
public:
WindowsPhoneConfig(
	String^ ipAddress = L"0.0.0.0", 
	int listenedPort = 4502, 
	String^ serviceName = L"SilverlightMediaGateway", 
	bool policyServiceEnabled = true, 
	String^ policyFileLocation = nullptr
)
new : 
        ?ipAddress : string * 
        ?listenedPort : int * 
        ?serviceName : string * 
        ?policyServiceEnabled : bool * 
        ?policyFileLocation : string 
(* Defaults:
        let _ipAddress = defaultArg ipAddress "0.0.0.0"
        let _listenedPort = defaultArg listenedPort 4502
        let _serviceName = defaultArg serviceName "SilverlightMediaGateway"
        let _policyServiceEnabled = defaultArg policyServiceEnabled true
        let _policyFileLocation = defaultArg policyFileLocation null
*)
-> WindowsPhoneConfigParameters
- ipAddress (Optional)
 - Type: SystemString
 - listenedPort (Optional)
 - Type: SystemInt32
 - serviceName (Optional)
 - Type: SystemString
 - policyServiceEnabled (Optional)
 - Type: SystemBoolean
 - policyFileLocation (Optional)
 - Type: SystemString
 
See Also