Revize e257ae8f
Přidáno uživatelem Eliška Mourycová před téměř 4 roky(ů)
Server/ServerApp/ServerApp.csproj | ||
---|---|---|
121 | 121 |
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL"> |
122 | 122 |
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath> |
123 | 123 |
</Reference> |
124 |
<Reference Include="System.Web" /> |
|
124 | 125 |
<Reference Include="System.Xml.Linq" /> |
125 | 126 |
<Reference Include="System.Data.DataSetExtensions" /> |
126 | 127 |
<Reference Include="Microsoft.CSharp" /> |
Také k dispozici: Unified diff
Re #8770. Somewhat working example of HttpListener. Can receive requests from other than host machine. Firawall adjustment was necessary.