new List<string>{"filename", "filename1", "filename2"}
new FileInfo(@"Путь к файлу") // один файл FileInfo
new List<byte>(){System.IO.File.ReadAllBytes(@"Я путь к файлу"), System.IO.File.ReadAllBytes(@"Я путь к другому файлу")} // коллекция byte[]
new List<object>(){new FileInfo(@"Я путь к файлу"), System.IO.File.ReadAllBytes(@"Я путь к другому файлу")} // передаем одновременно и byte[] и FileInfo
Directory.GetFiles(filePathDir).Select(x=> new FileInfo(x)).ToArray() // передаем массив FileInfo
"WFreerdpConnectionOptions": {
"ArrayStringUserOptions": [ "/smartcard", "+gfx-progressive", "+gfx-small-cache", "+glyph-cache" ]
}
"RetryPolicyOptions": {
"RetryAgentStart": true,
"RetryAgentStop": true,
"RetryCount": 5,
"RetryPeriod": 10
},
"HostHubConnectionOptions": {
"MasterUri": "https://localhost:5001",
"MachineId": "00000000-0000-0000-0000-000000000000"
},
+ "RdpOptions": {
+ "UseLegacyRdpClient": true
+ },
+ "AgentOptions": {
+ "UseLegacyRdpClient": true
+ }
}
"HostHubConnectionOptions": {
"MasterUri": "https://localhost:5001",
"MachineId": "00000000-0000-0000-0000-000000000000"
},
+ "RdpOptions": {
+ "UseLegacyRdpClient": true
+ },
+ "AgentOptions": {
+ "UseLegacyRdpClient": true
+ }
}