X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mcs%2Fclass%2FSystem.Web%2FSystem.Web.Mail%2FSmtpResponse.cs;h=69b5f93f432a663211022bd1a33eee46c617c7db;hb=a713a14521da8ddf992c4a3e64855d56cb7897a3;hp=b70fc34edea9c42200fd81d46c384dd341554a4c;hpb=53e266903ec6b2d822cf5b0c566f6374df5307a4;p=mono.git diff --git a/mcs/class/System.Web/System.Web.Mail/SmtpResponse.cs b/mcs/class/System.Web/System.Web.Mail/SmtpResponse.cs index b70fc34edea..69b5f93f432 100644 --- a/mcs/class/System.Web/System.Web.Mail/SmtpResponse.cs +++ b/mcs/class/System.Web/System.Web.Mail/SmtpResponse.cs @@ -33,9 +33,9 @@ namespace System.Web.Mail { /// this class represents the response from the smtp server internal class SmtpResponse { - private string rawResponse; - private int statusCode; - private string[] parts; + string rawResponse; + int statusCode; + string[] parts; /// use the Parse method to create instances protected SmtpResponse() {}