I have a WCF service that uses webHttpBinding on the endpoint, and the WCF service is hosted as a Windows service. Is it possible to provide this at the transport level using HTTPS or some other method?
Yes - you can use HTTPS or even an SSH tunnel if you want.
Here is the MSDN page that explains how to configure WCF for HTTPS.
Windows, WCF IIS . , , Windows, .svc, ASP.net, AspNetCompatibilityEnabled, TRUE
. :
Source: https://habr.com/ru/post/1704137/More articles:Numeric precision in Excel 2007 when saving as XML - xmlComparing two large directories - comparisonHow to find an XML element by attribute using LINQ to XML? - xmlIn Java, how do message developers identify? - javaSharePoint Document Library - documentПриложение Календарь/События ASP.Net - asp.netHow to determine if an index contains a column of type varchar (max)? - sqlWhy doesn't my SHA1 hash match? - phpHow to handle stackoverflow question urls in asp.net mvc controller? - asp.net-mvcHow to change sha1 hex values in PHP correctly? - phpAll Articles