1 implementation of IManagedContext
System.Web (1)
71 references to IManagedContext
System.Web (71)
Util\AspCompat.cs (71)
596int IManagedContext.Context_IsPresent() {
600void IManagedContext.Application_Lock() {
604void IManagedContext.Application_UnLock() {
608String IManagedContext.Application_GetContentsNames() {
612String IManagedContext.Application_GetStaticNames() {
616Object IManagedContext.Application_GetContentsObject(String name) {
620void IManagedContext.Application_SetContentsObject(String name, Object obj) {
624void IManagedContext.Application_RemoveContentsObject(String name) {
628void IManagedContext.Application_RemoveAllContentsObjects() {
632Object IManagedContext.Application_GetStaticObject(String name) {
636String IManagedContext.Request_GetAsString(int what) {
653String IManagedContext.Request_GetCookiesAsString() {
657int IManagedContext.Request_GetTotalBytes() {
661int IManagedContext.Request_BinaryRead(byte[] bytes, int size) {
665String IManagedContext.Response_GetCookiesAsString() {
669void IManagedContext.Response_AddCookie(String name) {
673void IManagedContext.Response_SetCookieText(String name, String text) {
677void IManagedContext.Response_SetCookieSubValue(String name, String key, String value) {
681void IManagedContext.Response_SetCookieExpires(String name, double dtExpires) {
685void IManagedContext.Response_SetCookieDomain(String name, String domain) {
689void IManagedContext.Response_SetCookiePath(String name, String path) {
693void IManagedContext.Response_SetCookieSecure(String name, int secure) {
697void IManagedContext.Response_Write(String text) {
701void IManagedContext.Response_BinaryWrite(byte[] bytes, int size) {
705void IManagedContext.Response_Redirect(String url) {
709void IManagedContext.Response_AddHeader(String name, String value) {
713void IManagedContext.Response_Pics(String value) {
717void IManagedContext.Response_Clear() {
721void IManagedContext.Response_Flush() {
725void IManagedContext.Response_End() {
729void IManagedContext.Response_AppendToLog(String entry) {
733String IManagedContext.Response_GetContentType() {
737void IManagedContext.Response_SetContentType(String contentType) {
741String IManagedContext.Response_GetCharSet() {
745void IManagedContext.Response_SetCharSet(String charSet) {
749String IManagedContext.Response_GetCacheControl() {
753void IManagedContext.Response_SetCacheControl(String cacheControl) {
757String IManagedContext.Response_GetStatus() {
761void IManagedContext.Response_SetStatus(String status) {
765int IManagedContext.Response_GetExpiresMinutes() {
769void IManagedContext.Response_SetExpiresMinutes(int expiresMinutes) {
773double IManagedContext.Response_GetExpiresAbsolute() {
777void IManagedContext.Response_SetExpiresAbsolute(double dtExpires) {
781int IManagedContext.Response_GetIsBuffering() {
785void IManagedContext.Response_SetIsBuffering(int isBuffering) {
789int IManagedContext.Response_IsClientConnected() {
793Object IManagedContext.Server_CreateObject(String progId) {
797String IManagedContext.Server_MapPath(String logicalPath) {
801String IManagedContext.Server_HTMLEncode(String str) {
805String IManagedContext.Server_URLEncode(String str) {
809String IManagedContext.Server_URLPathEncode(String str) {
813int IManagedContext.Server_GetScriptTimeout() {
817void IManagedContext.Server_SetScriptTimeout(int timeoutSeconds) {
821void IManagedContext.Server_Execute(String url) {
825void IManagedContext.Server_Transfer(String url) {
829int IManagedContext.Session_IsPresent() {
833String IManagedContext.Session_GetID() {
837int IManagedContext.Session_GetTimeout() {
841void IManagedContext.Session_SetTimeout(int value) {
845int IManagedContext.Session_GetCodePage() {
849void IManagedContext.Session_SetCodePage(int value) {
853int IManagedContext.Session_GetLCID() {
857void IManagedContext.Session_SetLCID(int value) {
861void IManagedContext.Session_Abandon() {
865String IManagedContext.Session_GetContentsNames() {
869String IManagedContext.Session_GetStaticNames() {
873Object IManagedContext.Session_GetContentsObject(String name) {
877void IManagedContext.Session_SetContentsObject(String name, Object obj) {
881void IManagedContext.Session_RemoveContentsObject(String name) {
885void IManagedContext.Session_RemoveAllContentsObjects() {
889Object IManagedContext.Session_GetStaticObject(String name) {