From 9fa502a892dabb4e103490259a2317932cb17536 Mon Sep 17 00:00:00 2001 From: JamJar00 Date: Tue, 17 May 2016 14:20:11 +0100 Subject: [PATCH] Made private --- Hazel/StateObject.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Hazel/StateObject.cs b/Hazel/StateObject.cs index f1fc1c3..b025b5a 100644 --- a/Hazel/StateObject.cs +++ b/Hazel/StateObject.cs @@ -7,9 +7,9 @@ using System.Threading.Tasks; namespace Hazel { /// - /// Represents the state of the current receive operation for TCP and Pipe connections. + /// Represents the state of the current receive operation for TCP connections. /// - public struct StateObject + struct StateObject { /// /// The buffer we're receiving. -- 2.39.5