¡@

Home 

c# Programming Glossary: system.net.sockets

How can I send emails through SSL SMTP with the .NET Framework?

http://stackoverflow.com/questions/1011245/how-can-i-send-emails-through-ssl-smtp-with-the-net-framework

SmtpConnection#14347911 with ServicePoint#51393439 System.Net.Sockets Verbose 0 1024 Socket#26756241 Socket InterNetwork#2 System.Net.Sockets.. Verbose 0 1024 Socket#26756241 Socket InterNetwork#2 System.Net.Sockets Verbose 0 1024 Exiting Socket#26756241 Socket System.Net.Sockets.. Verbose 0 1024 Exiting Socket#26756241 Socket System.Net.Sockets Verbose 0 1024 Socket#23264094 Socket InterNetworkV6#23 System.Net.Sockets..

Create “Hello Wold” WebSocket example

http://stackoverflow.com/questions/10200910/create-hello-wold-websocket-example

the code of @Maksims Mihejevs. Server using System using System.Net.Sockets using System.Net using System.Security.Cryptography using System.Threading.. working with WebSockets like this Create server Socket System.Net.Sockets bind it to specific port and keep listening with asynchronous..

How to get mx records for a dns name with System.Net.DNS?

http://stackoverflow.com/questions/2669841/how-to-get-mx-records-for-a-dns-name-with-system-net-dns

using System.Web using System.Text using System.Net using System.Net.Sockets using System.Collections.Generic public class Handler IHttpHandler..

Turning async socket Parallel and not only Concurrent in very intensive application using TPL

http://stackoverflow.com/questions/5834755/turning-async-socket-parallel-and-not-only-concurrent-in-very-intensive-applicat

using System.Linq using System.Net using System.Net.Sockets using System.Text using System.Threading using System.Threading.Tasks..

Maintaining an open Redis connection using BookSleeve

http://stackoverflow.com/questions/8645953/maintaining-an-open-redis-connection-using-booksleeve

corrections will be highly appreciated. using System using System.Net.Sockets using BookSleeve namespace Redis public sealed class RedisConnectionGateway..

How to write a scalable Tcp/Ip based server

http://stackoverflow.com/questions/869744/how-to-write-a-scalable-tcp-ip-based-server

actually listenning for incomming connections. private System.Net.Sockets.Socket _serverSocket The start method actually starts the server.. should be between 1024 and 65000 e try _serverSocket new System.Net.Sockets.Socket serverEndPoint.Address.AddressFamily SocketType.Stream.. SocketType.Stream ProtocolType.Tcp catch System.Net.Sockets.SocketException e throw new ApplicationException Could not create..

namespace naming conventions

http://stackoverflow.com/questions/918894/namespace-naming-conventions

made available by types in the namespace. For example the System.Net.Sockets namespace contains types that enable developers to use sockets..