anmar.SharpMimeTools.SharpMimeHeader.Close C# (CSharp) Method

Close() public method

public Close ( ) : void
return void
        public void Close()
        {
            this._cached_headers = this.message.ReadLines( this.startpoint, this.endpoint );
            this.message.Close();
        }