libirek.Header.SetContentLenght C# (CSharp) Méthode

SetContentLenght() public méthode

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