<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="sk">
		<id>https://asseco-spin.sk/sk/spin2/index.php?action=history&amp;feed=atom&amp;title=Webov%C3%A1_slu%C5%BEba_na_klientovi</id>
		<title>Webová služba na klientovi - História úprav</title>
		<link rel="self" type="application/atom+xml" href="https://asseco-spin.sk/sk/spin2/index.php?action=history&amp;feed=atom&amp;title=Webov%C3%A1_slu%C5%BEba_na_klientovi"/>
		<link rel="alternate" type="text/html" href="https://asseco-spin.sk/sk/spin2/index.php?title=Webov%C3%A1_slu%C5%BEba_na_klientovi&amp;action=history"/>
		<updated>2026-05-02T19:40:50Z</updated>
		<subtitle>História úprav pre túto stránku na wiki</subtitle>
		<generator>MediaWiki 1.30.0</generator>

	<entry>
		<id>https://asseco-spin.sk/sk/spin2/index.php?title=Webov%C3%A1_slu%C5%BEba_na_klientovi&amp;diff=27537&amp;oldid=prev</id>
		<title>Robert.kalna: Vytvorená stránka „&lt;viewsecurity developer/&gt; Volanie Web Service cez .NET C#  {{Príklad| &lt;syntaxhighlight lang=csharp&gt; string postData = @&quot;blaBlaBla&quot;; WebRequest request = WebRequest.Crea…“</title>
		<link rel="alternate" type="text/html" href="https://asseco-spin.sk/sk/spin2/index.php?title=Webov%C3%A1_slu%C5%BEba_na_klientovi&amp;diff=27537&amp;oldid=prev"/>
				<updated>2023-09-28T07:56:05Z</updated>
		
		<summary type="html">&lt;p&gt;Vytvorená stránka „&amp;lt;viewsecurity developer/&amp;gt; Volanie Web Service cez .NET C#  {{Príklad| &amp;lt;syntaxhighlight lang=csharp&amp;gt; string postData = @&amp;quot;blaBlaBla&amp;quot;; WebRequest request = WebRequest.Crea…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nová stránka&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;viewsecurity developer/&amp;gt;&lt;br /&gt;
Volanie Web Service cez .NET C#&lt;br /&gt;
&lt;br /&gt;
{{Príklad|&lt;br /&gt;
&amp;lt;syntaxhighlight lang=csharp&amp;gt;&lt;br /&gt;
string postData = @&amp;quot;blaBlaBla&amp;quot;;&lt;br /&gt;
WebRequest request = WebRequest.Create(@&amp;quot;https://nejakaAdresa&amp;quot;);&lt;br /&gt;
request.Method = @&amp;quot;POST&amp;quot;;&lt;br /&gt;
request.ContentType = @&amp;quot;application/json; charset=utf-8&amp;quot;;&lt;br /&gt;
using (Stream s = request.GetRequestStream())&lt;br /&gt;
{&lt;br /&gt;
    using (var sw = new StreamWriter(s))&lt;br /&gt;
        sw.Write(postData);&lt;br /&gt;
}&lt;br /&gt;
using (Stream s = request.GetResponse().GetResponseStream())&lt;br /&gt;
{&lt;br /&gt;
    if (s != null)&lt;br /&gt;
    {&lt;br /&gt;
        using (var sr = new StreamReader(s)) &lt;br /&gt;
        {&lt;br /&gt;
            string result = sr.ReadToEnd();&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
 [[category:HowTo]]&lt;/div&gt;</summary>
		<author><name>Robert.kalna</name></author>	</entry>

	</feed>