From: JamJar00 Date: Tue, 17 May 2016 13:20:11 +0000 (+0100) Subject: Made private X-Git-Tag: 1.0.0~155 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=9fa502a892dabb4e103490259a2317932cb17536;p=rhonda%2Fimpostor.hazel.git Made private --- 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.