About 14,200 results
Open links in new tab
  1. TCPClient Socket Exception - social.msdn.microsoft.com

    Apr 4, 2011 · I'm writing a windows forms c# app that uses IMAP to create a tcpclient and retrieve email from gmail.

  2. Code to read Office 365 email - social.msdn.microsoft.com

    Sep 14, 2016 · Below is the code used to read the email (email content , attachment) into an application before migrate to Office 365.

  3. Get Internet Time? - social.msdn.microsoft.com

    Jul 18, 2009 · This is what i got so far: Dim DateTimeRequest AsNew System.Net.Sockets.TcpClient DateTimeRequest.Connect ( "nist1-ny.ustiming.org", 13) MessageBox.Show …

  4. TcpClient - Big Endian, Little Endian - social.msdn.microsoft.com

    Feb 17, 2019 · Could I use a ready-made function? From a library, if so, what's its name? // Insert a 4-byte length of the message as Big Endian message = message.Insert (0 ...

  5. Web Based Telnet Console - social.msdn.microsoft.com

    Oct 7, 2021 · I have a server that is running a Java Application which support remote commands using telnet. I want to know using ASPX Pages and C# Codbehind is there a way to create a Web based …

  6. Where to put receiving data code in C# Winform Telnet

    Feb 12, 2015 · I converted this c# console program into C# Winform program. I am able to send data to my device (microcontroller, to be specific) and I'm actually done in this part. The problem is that how …

  7. Multiple sockets in the client program. - social.msdn.microsoft.com

    Apr 28, 2010 · For example if A TCPClient is sending data to server on port 9090, it will first establish a connection to server on 9090 port and then when server accepts ther request it strats sending …

  8. c# barkod/etiket tasarlama - social.msdn.microsoft.com

    Burada şuna dikkat edin sizin c# programınız opos driver ı ile konuşuyor opos gidip yazıcıya talimat veriyor yani yazıcının default olması yada takılı olup olmaması önemsiz eğer bir opos sürücüsü varsa …

  9. .NET TCP Client; Asynchronous with KeepAlive configuration - not ...

    Jul 6, 2016 · I am testing this via a simple tcp server app that I wrote to emulate the real thing. When I run both on the same host they connect and send messages back and forth. However, when I close …

  10. Making an Antivirus in C# - social.msdn.microsoft.com

    Jul 14, 2018 · I have a project of making antivirus software using C#. And the only condition kept is I have to use C# compulsorily. How can I make it. Is there any built in libraries in .NET Framework that …