Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/csharp-4.0/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 4.0 使用c语言的googlecloud打印机/注册表接口#_C# 4.0_Google Cloud Print - Fatal编程技术网

C# 4.0 使用c语言的googlecloud打印机/注册表接口#

C# 4.0 使用c语言的googlecloud打印机/注册表接口#,c#-4.0,google-cloud-print,C# 4.0,Google Cloud Print,我正在尝试使用c#实现Google云打印机/注册表接口。我得到以下错误: { "success": false, "message": "Proxy ID is required.", "request": { "time": "0", "params": { "firmware": [ "1" ], "model": [ "CAAGB" ], "update_url": [ "test url" ], "manuf

我正在尝试使用c#实现Google云打印机/注册表接口。我得到以下错误:

{  "success": false,  "message": "Proxy ID is required.",  "request": {   "time": "0",   "params": {    "firmware": [     "1"    ],    "model": [     "CAAGB"    ],    "update_url": [     "test url"    ],    "manufacturer": [     "TestManufacturer"    ],    "support_url": [     "test url"    ],    "name": [     "TestPrinter"    ],    "proxy": [     ""    ],    "gcp_version": [     "2.0"    ],    "uuid": [     "uuid123"    ],    "capabilities": [     "{\"version\": \"1.0\"}"    ],    "setup_url": [     "test url"    ]   }  },  "errorCode": 115 } 

您能否建议如何使用c#使用GCP/注册界面?

可能是代理服务器在您发送请求时未分配代理ID

以下是代理ID的含义: