iControl.WebAcceleratorApplications.set_info_header C# (CSharp) Method

set_info_header() private method

private set_info_header ( string applications, WebAcceleratorApplicationsInfoHeader types ) : void
applications string
types WebAcceleratorApplicationsInfoHeader
return void
        public void set_info_header(
		string [] applications,
		WebAcceleratorApplicationsInfoHeader [] types
	)
        {
            this.Invoke("set_info_header", new object [] {
                applications,
                types});
        }
WebAcceleratorApplications