Introduction to the Open source. NET Communication Framework NETWORKCOMMS Framework Source Analysis (i) connectionstate

Source: Internet
Author: User

Original URL: Http://www.cnblogs.com/csdev

Networkcomms is a C # language written by TCP/UDP communication framework The author is the British used to charge the current author has open source license is: Apache License v2

Open Source address is: Https://github.com/MarcFletcher/NetworkComms.Net

  Public enumConnectionState {/// <summary>        ///The state of this connection is undefined.        This was the starting state of new connections. ///no initial state defined/// </summary>Undefined,/// <summary>        ///The connection is in the process of being established/initialised. ///Established in/// </summary>establishing,/// <summary>        ///The connection has been successfully established. ///Create complete/// </summary>established,/// <summary>        ///The connection has been shutdown. ///Close/// </summary>Shutdown}

This type is an enumeration class that is used to determine the state of a connection

Introduction to the Open source. NET Communication Framework NETWORKCOMMS Framework Source Analysis (i) connectionstate

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.