socket

Learn about socket, we have the largest and most updated socket information on alibabacloud.com

C # Implementation Ping function

This period of time has been learning C #, has been engaged in the network, or from the implementation of the ping program to write it. The method of calling Ping is as follows: Ping mping=new Ping (); Mping.pinging ("127.0.0.1",

Dotnet (C #) socket BASIC Programming

Programming Socket BASIC Programming Service side: Using System.Net; Using System.Net.Sockets; Using System.Text; Using System.Threading; Thread Mythread; Socket socket; Clean up all resources that are in use. protected override void

Implementation of network packet monitoring with raw socket programming under C #

Programming | Network talk about socket programming, we may think of QQ and IE, yes. There are many network tools such as Peer-to-peer, NetMeeting and other applications implemented in the application layer, but also with the socket to achieve. The

developing. NET CF Bluetooth Communication module with C #

developing. NET CF Bluetooth Communication module with C # In Windows Mobile Software development. NET is playing an increasingly important role, we can already see a lot of software developed with. NET CF, which covers every aspect of everyday

TCP for Visual C # network programming

visual| Programming | Network NOTE: NOT original! The previous article, Visual C #. NET Network program development socket, said: Support for HTTP, TCP and UDP classes composed of TCP/IP three-tier model (Request response Layer, application

Trojan Server source code (C #)

Server | Trojan Horse | source code using system; using system.drawing; using system.collections; using  system.componentmodel; using system.windows.forms; using system.data; using  system.io; using system.net; using system.net.sockets; using system.

Ask how to improve the robustness of socket communication machine client programs in C #

Program | client I am a novice socket, recently made a socket client program, connection server, if the server exists, and allow the connection, the program is correct, normal execution; however, if the server does not exist, or the connection is

File transfer with socket in. Net

Socket is a network socket, using it we can easily realize the network data transmission. Socket classes are provided in. NET to help open the The sender calls the socket's use, thus avoids the call socket's dynamic library to realize the socket

Server-side asynchronous Web methods

web| Server | Asynchronous Web method when asynchronous There are a few issues to consider when determining whether it is appropriate to adopt an asynchronous Web method in your application. First, the called BeginXXX function must return a

An HTTP SERVER made with C # (moved from WinForm)

Server Http.cs ---------------------------- Using System; Using System.Collections; Using System.IO; Using System.Net; Using System.Net.Sockets; Using System.Threading; Class Httpprocessor { Private Socket S; Private BufferedStream BS; Private

Use. NET access to the Internet (1) Paul

You can quickly and easily integrate these Internet services into your application by accessing the tiered, extensible, and managed implementation of Internet services provided by the Microsoft. NET Framework. Your applications can be built on

Use. NET access to the Internet (4) Paul

Access Using asynchronous client sockets Asynchronous client sockets do not suspend the application while waiting for the network operation to complete. Instead, it uses the standard. NET framework asynchronous programming model to handle network

Use. NET access to the Internet (3) Paul

Access Using the TCP service The TcpClient class uses TCP to request data from Internet resources. TcpClientMethod and property to extract the creation details of a Socket instance that is used to request and receive data over TCP. Because a

Use. NET access to the Internet (4) Paul

This section of the Acceptcallback method that starts receiving data from a client socket first initializes an instance of the StateObject class, and then calls the BeginReceive method to begin the asynchronous reading of the data from the client

Use. NET access to the Internet (5) Paul

Access Asynchronous server Sockets sample The following example program creates a server that receives connection requests from clients. The server is generated with an asynchronous socket, so the execution of the server application is not suspended

asp.net to realize pop function

asp.net/* Tofu production is a boutique Http://www.asp888.net Tofu Technology Station If reproduced please retain the full copyright information */ I have said before how to use socket programming under the ASP.net to implement domain name query,

Two C # functions to get HTTP pages

function | Page work hard one day finally finish! A C # written in the Windows application, the role is to the ASP program known 20 Vulnerabilities for scanning, display source program. There are two ways to get HTTP pages in this application, one

Different event log entries that are generated by asp.net

asp.net INTRODUCTION This article describes the event log entries so you can find when your use is Microsoft asp.net. More information The following list describes the different types of the event log entries that you could experience when your use

Implement your own ASP.net host system

asp.net to implement its own ASP.net host system Yang Shan Mountains and rivers I. The concept of host Hosting is. NET is a very basic concept, all of them. NET application code to fully function requires access to the managed Environment

Implement event-based notifications. NET sockets

Previously learned MFC, I used it inside the packaging Winsock two classes CSocket and CAsyncSocket, I have always felt it which event notification function is relatively good, especially in the connection between the two parties to send and receive

Total Pages: 45 1 .... 14 15 16 17 18 .... 45 Go to: Go

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.