libirek.Header.SetContentLenght C# (CSharp) Method

SetContentLenght() public method

Sets the content length of the headers
public SetContentLenght ( int length ) : void
length int The new content length
return void
        public void SetContentLenght(int length)
        {
            ContentLength = length;
        }