| ZennoLab.InterfacesLibrary Assembly > ZennoLab.InterfacesLibrary.ProjectModel.Collections Namespace > IProfile Interface : AcceptEncoding Property |
// get acceptable encodings string acceptEncoding = project.Profile.AcceptEncoding; // set acceptable encodings project.Profile.AcceptEncoding = "gzip,deflate,sdch";
// get acceptable encodings $acceptEncoding = $project->Profile->AcceptEncoding; // set acceptable encodings $project->Profile->AcceptEncoding = "gzip,deflate,sdch";
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.