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;
        }