Я добавляю службу wcf в свой код (.net core 2.1), но я не могу получить доступ к этой службе напрямую, мне нужно использовать прокси-сервер, я не знаю, как установить прокси вмой кодкогда я добавляю wcf-сервис, vs генерирует json-файл следующим образом:
{
"ProviderId": "Microsoft.VisualStudio.ConnectedService.Wcf",
"Version": "15.0.20628.921",
"GettingStartedDocument": {
"Uri": "https://go.microsoft.com/fwlink/?linkid=858517"
},
"ExtendedData": {
"Uri": "http://xxxxx/eisp-zk/ws/zkiService?wsdl",
"Namespace": "EispService",
"SelectedAccessLevelForGeneratedClass": "Public",
"GenerateMessageContract": false,
"ReuseTypesinReferencedAssemblies": true,
"ReuseTypesinAllReferencedAssemblies": true,
"CollectionTypeReference": {
"Item1": "System.Array",
"Item2": "System.Runtime.dll"
},
"DictionaryCollectionTypeReference": {
"Item1": "System.Collections.Generic.Dictionary`2",
"Item2": "System.Collections.dll"
},
"CheckedReferencedAssemblies": [],
"InstanceId": null,
"Name": "EispService",
"Metadata": {}
}
}
Я хочу знать, как установить прокси.любой может помочь мне?