C# (CSharp) Squishy.Network Connection - 11 exemples trouvés. Ce sont les exemples réels les mieux notés de Squishy.Network.Connection extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Represents an asynchronous TCP Connection that is synchronized for all critical operations. None of its methods are blocking. Therefore most actions are not completed when returning from a method but should be handled using the given events of this class. If this Connection is throttled, its Throttle will take care of the buffer size management. In that state it is illegal to change the buffersize of the throttled buffers (send- and/or receive- buffer respectively) since the throttling depends on a correctly adjusted buffersize.