iControl.ASMPolicy.get_http_header_length C# (CSharp) Method

get_http_header_length() private method

private get_http_header_length ( string policy_names ) : long[]
policy_names string
return long[]
        public long[] get_http_header_length(
		string [] policy_names
	)
        {
            object [] results = this.Invoke("get_http_header_length", new object [] {
                policy_names});
            return ((long [])(results[0]));
        }
ASMPolicy