mirror of
				https://github.com/esiur/esiur-dotnet.git
				synced 2025-10-30 23:51:34 +00:00 
			
		
		
		
	Add project files.
This commit is contained in:
		
							
								
								
									
										18
									
								
								Esiur/Net/Sockets/SocketState.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								Esiur/Net/Sockets/SocketState.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,18 @@ | ||||
| using System; | ||||
| using System.Collections.Generic; | ||||
| using System.Linq; | ||||
| using System.Text; | ||||
| using System.Threading.Tasks; | ||||
|  | ||||
| namespace Esiur.Net.Sockets | ||||
| { | ||||
|     public enum SocketState | ||||
|     { | ||||
|         Initial, | ||||
|         Listening, | ||||
|         Connecting, | ||||
|         Established, | ||||
|         Closed, | ||||
|         Terminated | ||||
|     } | ||||
| } | ||||
		Reference in New Issue
	
	Block a user