Comparazione classi Framework 1.1 - 2.0 RTM
Quale assembly?
Filtra
Legenda
- non presente nella 2.0 RTM
+ aggiunto nella 2.0 RTM
= invariato
!= variato rispetto alla 1.1
Namespace System.Web
Totale classi: 1418, di cui
- 778 nuove
- 989 modificate
- 0 rimosse
Pagina ... 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 ...
![]() | System.Web.Security.WindowsAuthenticationModule = | |
---|---|---|
![]() | = | .ctor () |
![]() | = | Authenticate |
![]() | = | Dispose () |
![]() | = | Init (HttpApplication app) |
![]() | System.Web.Security.WindowsTokenRoleProvider + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | AddUsersToRoles (String[] usernames, String[] roleNames) |
![]() | + | CreateRole (String roleName) |
![]() | + | DeleteRole (String roleName, Boolean throwOnPopulatedRole) |
![]() | + | FindUsersInRole (String roleName, String usernameToMatch) |
![]() | + | GetAllRoles () |
![]() | + | GetRolesForUser (String username) |
![]() | + | GetUsersInRole (String roleName) |
![]() | + | Initialize (String name, NameValueCollection config) |
![]() | + | IsUserInRole (String username, WindowsBuiltInRole role) |
![]() | + | IsUserInRole (String username, String roleName) |
![]() | + | RemoveUsersFromRoles (String[] usernames, String[] roleNames) |
![]() | + | RoleExists (String roleName) |
![]() | + | ApplicationName |
![]() | System.Web.SessionState.SessionStateStoreProviderBase + | |
---|---|---|
![]() | + | CreateNewStoreData (HttpContext context, Int32 timeout) |
![]() | + | CreateUninitializedItem (HttpContext context, String id, Int32 timeout) |
![]() | + | Dispose () |
![]() | + | EndRequest (HttpContext context) |
![]() | + | GetItem (HttpContext context, String id, Boolean& locked, TimeSpan& lockAge, Object& lockId, SessionStateActions& actions) |
![]() | + | GetItemExclusive (HttpContext context, String id, Boolean& locked, TimeSpan& lockAge, Object& lockId, SessionStateActions& actions) |
![]() | + | InitializeRequest (HttpContext context) |
![]() | + | ReleaseItemExclusive (HttpContext context, String id, Object lockId) |
![]() | + | RemoveItem (HttpContext context, String id, Object lockId, SessionStateStoreData item) |
![]() | + | ResetItemTimeout (HttpContext context, String id) |
![]() | + | SetAndReleaseItemExclusive (HttpContext context, String id, SessionStateStoreData item, Object lockId, Boolean newItem) |
![]() | + | SetItemExpireCallback (SessionStateItemExpireCallback expireCallback) |
![]() | System.Web.SessionState.IRequiresSessionState = |
---|
![]() | System.Web.SessionState.IReadOnlySessionState = |
---|
![]() | System.Web.SessionState.SessionStateActions + | |
---|---|---|
![]() | + | InitializeItem |
![]() | + | None |
![]() | + | value__ |
![]() | System.Web.SessionState.SessionStateStoreData + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | Items |
![]() | + | StaticObjects |
![]() | + | Timeout |
![]() | System.Web.SessionState.ISessionIDManager + | |
---|---|---|
![]() | + | CreateSessionID (HttpContext context) |
![]() | + | GetSessionID (HttpContext context) |
![]() | + | Initialize () |
![]() | + | InitializeRequest (HttpContext context, Boolean suppressAutoDetectRedirect, Boolean& supportSessionIDReissue) |
![]() | + | RemoveSessionID (HttpContext context) |
![]() | + | SaveSessionID (HttpContext context, String id, Boolean& redirected, Boolean& cookieAdded) |
![]() | + | Validate (String id) |
![]() | System.Web.SessionState.SessionIDManager + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | CreateSessionID (HttpContext context) |
![]() | + | Decode (String id) |
![]() | + | Encode (String id) |
![]() | + | GetSessionID (HttpContext context) |
![]() | + | Initialize () |
![]() | + | InitializeRequest (HttpContext context, Boolean suppressAutoDetectRedirect, Boolean& supportSessionIDReissue) |
![]() | + | RemoveSessionID (HttpContext context) |
![]() | + | SaveSessionID (HttpContext context, String id, Boolean& redirected, Boolean& cookieAdded) |
![]() | + | Validate (String id) |
![]() | + | SessionIDMaxLength |
![]() | System.Web.SessionState.SessionStateMode != | |
---|---|---|
![]() | - | Custom |
![]() | = | InProc |
![]() | = | Off |
![]() | = | SQLServer |
![]() | = | StateServer |
![]() | = | value__ |
![]() | System.Web.SessionState.IHttpSessionState + | |
---|---|---|
![]() | + | Abandon () |
![]() | + | Add (String name, Object value) |
![]() | + | Clear () |
![]() | + | CopyTo (Array array, Int32 index) |
![]() | + | GetEnumerator () |
![]() | + | Remove (String name) |
![]() | + | RemoveAll () |
![]() | + | RemoveAt (Int32 index) |
![]() | + | CodePage |
![]() | + | CookieMode |
![]() | + | Count |
![]() | + | IsCookieless |
![]() | + | IsNewSession |
![]() | + | IsReadOnly |
![]() | + | IsSynchronized |
![]() | + | Item [String name] |
![]() | + | Item [Int32 index] |
![]() | + | Keys |
![]() | + | LCID |
![]() | + | Mode |
![]() | + | SessionID |
![]() | + | StaticObjects |
![]() | + | SyncRoot |
![]() | + | Timeout |
![]() | System.Web.SessionState.HttpSessionState != | |
---|---|---|
![]() | = | Abandon () |
![]() | = | Add (String name, Object value) |
![]() | = | Clear () |
![]() | = | CopyTo (Array array, Int32 index) |
![]() | = | GetEnumerator () |
![]() | = | Remove (String name) |
![]() | = | RemoveAll () |
![]() | = | RemoveAt (Int32 index) |
![]() | = | CodePage |
![]() | = | Contents |
![]() | - | CookieMode |
![]() | = | Count |
![]() | = | IsCookieless |
![]() | = | IsNewSession |
![]() | = | IsReadOnly |
![]() | = | IsSynchronized |
![]() | = | Item [String name] |
![]() | = | Item [Int32 index] |
![]() | = | Keys |
![]() | = | LCID |
![]() | = | Mode |
![]() | = | SessionID |
![]() | = | StaticObjects |
![]() | = | SyncRoot |
![]() | = | Timeout |
![]() | System.Web.SessionState.HttpSessionStateContainer + | |
---|---|---|
![]() | + | .ctor () |
![]() | + | Abandon () |
![]() | + | Add (String name, Object value) |
![]() | + | Clear () |
![]() | + | CopyTo (Array array, Int32 index) |
![]() | + | GetEnumerator () |
![]() | + | Remove (String name) |
![]() | + | RemoveAll () |
![]() | + | RemoveAt (Int32 index) |
![]() | + | CodePage |
![]() | + | CookieMode |
![]() | + | Count |
![]() | + | IsAbandoned |
![]() | + | IsCookieless |
![]() | + | IsNewSession |
![]() | + | IsReadOnly |
![]() | + | IsSynchronized |
![]() | + | Item [String name] |
![]() | + | Item [Int32 index] |
![]() | + | Keys |
![]() | + | LCID |
![]() | + | Mode |
![]() | + | SessionID |
![]() | + | StaticObjects |
![]() | + | SyncRoot |
![]() | + | Timeout |
![]() | System.Web.SessionState.ISessionStateItemCollection + | |
---|---|---|
![]() | + | Clear () |
![]() | + | Remove (String name) |
![]() | + | RemoveAt (Int32 index) |
![]() | + | Dirty |
![]() | + | Item [String name] |
![]() | + | Item [Int32 index] |
![]() | + | Keys |
Powered by Ricciolo