libirek.Header.SetContentLenght C# (CSharp) Метод

SetContentLenght() публичный Метод

Sets the content length of the headers
public SetContentLenght ( int length ) : void
length int The new content length
Результат void
        public void SetContentLenght(int length)
        {
            ContentLength = length;
        }