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 1 2 3 4 5 6 7 8 9 10 11 12 ...
System.Web.HttpStaticObjectsCollection != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | CopyTo (Array array, Int32 index) | |
= | CopyTo (Array array, Int32 index) | |
+ | Deserialize (BinaryReader reader) | |
= | GetEnumerator () | |
= | GetEnumerator () | |
= | GetObject (String name) | |
= | GetObject (String name) | |
+ | Serialize (BinaryWriter writer) | |
= | Count | |
= | Count | |
= | IsReadOnly | |
= | IsReadOnly | |
= | IsSynchronized | |
= | IsSynchronized | |
= | Item [String name] | |
= | Item [String name] | |
+ | NeverAccessed | |
= | SyncRoot | |
= | SyncRoot |
System.Web.HttpServerUtility != | ||
---|---|---|
= | ClearError () | |
= | ClearError () | |
= | CreateObject (String progID) | |
= | CreateObject (Type type) | |
= | CreateObject (String progID) | |
= | CreateObject (Type type) | |
= | CreateObjectFromClsid (String clsid) | |
= | CreateObjectFromClsid (String clsid) | |
= | Execute (String path) | |
= | Execute (String path, TextWriter writer) | |
= | Execute (String path) | |
= | Execute (String path, TextWriter writer) | |
+ | Execute (String path, Boolean preserveForm) | |
+ | Execute (String path, TextWriter writer, Boolean preserveForm) | |
+ | Execute (IHttpHandler handler, TextWriter writer, Boolean preserveForm) | |
= | GetLastError () | |
= | GetLastError () | |
= | HtmlDecode (String s) | |
= | HtmlDecode (String s, TextWriter output) | |
= | HtmlDecode (String s) | |
= | HtmlDecode (String s, TextWriter output) | |
= | HtmlEncode (String s) | |
= | HtmlEncode (String s, TextWriter output) | |
= | HtmlEncode (String s) | |
= | HtmlEncode (String s, TextWriter output) | |
= | MapPath (String path) | |
= | MapPath (String path) | |
= | Transfer (String path, Boolean preserveForm) | |
= | Transfer (String path) | |
= | Transfer (String path, Boolean preserveForm) | |
= | Transfer (String path) | |
+ | Transfer (IHttpHandler handler, Boolean preserveForm) | |
= | UrlDecode (String s) | |
= | UrlDecode (String s, TextWriter output) | |
= | UrlDecode (String s) | |
= | UrlDecode (String s, TextWriter output) | |
= | UrlEncode (String s) | |
= | UrlEncode (String s, TextWriter output) | |
= | UrlEncode (String s) | |
= | UrlEncode (String s, TextWriter output) | |
= | UrlPathEncode (String s) | |
= | UrlPathEncode (String s) | |
+ | UrlTokenDecode (String input) | |
+ | UrlTokenEncode (Byte[] input) | |
= | MachineName | |
= | MachineName | |
= | ScriptTimeout | |
= | ScriptTimeout |
System.Web.HttpUtility != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | HtmlAttributeEncode (String s) | |
= | HtmlAttributeEncode (String s, TextWriter output) | |
= | HtmlAttributeEncode (String s) | |
= | HtmlAttributeEncode (String s, TextWriter output) | |
= | HtmlDecode (String s) | |
= | HtmlDecode (String s, TextWriter output) | |
= | HtmlDecode (String s) | |
= | HtmlDecode (String s, TextWriter output) | |
= | HtmlEncode (String s) | |
= | HtmlEncode (String s, TextWriter output) | |
= | HtmlEncode (String s) | |
= | HtmlEncode (String s, TextWriter output) | |
+ | ParseQueryString (String query) | |
+ | ParseQueryString (String query, Encoding encoding) | |
= | UrlDecode (String str) | |
= | UrlDecode (String str, Encoding e) | |
= | UrlDecode (Byte[] bytes, Encoding e) | |
= | UrlDecode (Byte[] bytes, Int32 offset, Int32 count, Encoding e) | |
= | UrlDecode (String str) | |
= | UrlDecode (String str, Encoding e) | |
= | UrlDecode (Byte[] bytes, Encoding e) | |
= | UrlDecode (Byte[] bytes, Int32 offset, Int32 count, Encoding e) | |
= | UrlDecodeToBytes (String str) | |
= | UrlDecodeToBytes (String str, Encoding e) | |
= | UrlDecodeToBytes (Byte[] bytes) | |
= | UrlDecodeToBytes (Byte[] bytes, Int32 offset, Int32 count) | |
= | UrlDecodeToBytes (String str) | |
= | UrlDecodeToBytes (String str, Encoding e) | |
= | UrlDecodeToBytes (Byte[] bytes) | |
= | UrlDecodeToBytes (Byte[] bytes, Int32 offset, Int32 count) | |
= | UrlEncode (String str) | |
= | UrlEncode (String str, Encoding e) | |
= | UrlEncode (Byte[] bytes) | |
= | UrlEncode (Byte[] bytes, Int32 offset, Int32 count) | |
= | UrlEncode (String str) | |
= | UrlEncode (String str, Encoding e) | |
= | UrlEncode (Byte[] bytes) | |
= | UrlEncode (Byte[] bytes, Int32 offset, Int32 count) | |
= | UrlEncodeToBytes (String str) | |
= | UrlEncodeToBytes (String str, Encoding e) | |
= | UrlEncodeToBytes (Byte[] bytes) | |
= | UrlEncodeToBytes (Byte[] bytes, Int32 offset, Int32 count) | |
= | UrlEncodeToBytes (String str) | |
= | UrlEncodeToBytes (String str, Encoding e) | |
= | UrlEncodeToBytes (Byte[] bytes) | |
= | UrlEncodeToBytes (Byte[] bytes, Int32 offset, Int32 count) | |
= | UrlEncodeUnicode (String str) | |
= | UrlEncodeUnicode (String str) | |
= | UrlEncodeUnicodeToBytes (String str) | |
= | UrlEncodeUnicodeToBytes (String str) | |
= | UrlPathEncode (String str) | |
= | UrlPathEncode (String str) |
System.Web.HttpWriter = | ||
---|---|---|
= | Close () | |
= | Flush () | |
= | Write (Object obj) | |
= | Write (String s) | |
= | Write (Char[] buffer, Int32 index, Int32 count) | |
= | Write (Char ch) | |
= | WriteBytes (Byte[] buffer, Int32 index, Int32 count) | |
= | WriteLine () | |
= | WriteString (String s, Int32 index, Int32 count) | |
= | Encoding | |
= | OutputStream |
System.Web.IHttpHandlerFactory = | ||
---|---|---|
= | GetHandler (HttpContext context, String requestType, String url, String pathTranslated) | |
= | ReleaseHandler (IHttpHandler handler) |
System.Web.IHttpModule = | ||
---|---|---|
= | Dispose () | |
= | Init (HttpApplication context) |
System.Web.ProcessStatus = | ||
---|---|---|
= | Alive | |
= | ShutDown | |
= | ShuttingDown | |
= | Terminated | |
= | value__ |
System.Web.ProcessShutdownReason = | ||
---|---|---|
= | DeadlockSuspected | |
= | IdleTimeout | |
= | MemoryLimitExceeded | |
= | None | |
= | PingFailed | |
= | RequestQueueLimit | |
= | RequestsLimit | |
= | Timeout | |
= | Unexpected | |
= | value__ |
System.Web.ProcessInfo = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | SetAll (DateTime startTime, TimeSpan age, Int32 processID, Int32 requestCount, ProcessStatus status, ProcessShutdownReason shutdownReason, Int32 peakMemoryUsed) | |
= | Age | |
= | PeakMemoryUsed | |
= | ProcessID | |
= | RequestCount | |
= | ShutdownReason | |
= | StartTime | |
= | Status |
System.Web.ProcessModelInfo = | ||
---|---|---|
= | .ctor () | |
= | GetCurrentProcessInfo () | |
= | GetHistory (Int32 numRecords) |
System.Web.HttpWorkerRequest != | ||
---|---|---|
- | .ctor () | |
= | HeaderAccept | |
= | HeaderAccept | |
= | HeaderAcceptCharset | |
= | HeaderAcceptCharset | |
= | HeaderAcceptEncoding | |
= | HeaderAcceptEncoding | |
= | HeaderAcceptLanguage | |
= | HeaderAcceptLanguage | |
= | HeaderAcceptRanges | |
= | HeaderAcceptRanges | |
= | HeaderAge | |
= | HeaderAge | |
= | HeaderAllow | |
= | HeaderAllow | |
= | HeaderAuthorization | |
= | HeaderAuthorization | |
= | HeaderCacheControl | |
= | HeaderCacheControl | |
= | HeaderConnection | |
= | HeaderConnection | |
= | HeaderContentEncoding | |
= | HeaderContentEncoding | |
= | HeaderContentLanguage | |
= | HeaderContentLanguage | |
= | HeaderContentLength | |
= | HeaderContentLength | |
= | HeaderContentLocation | |
= | HeaderContentLocation | |
= | HeaderContentMd5 | |
= | HeaderContentMd5 | |
= | HeaderContentRange | |
= | HeaderContentRange | |
= | HeaderContentType | |
= | HeaderContentType | |
= | HeaderCookie | |
= | HeaderCookie | |
= | HeaderDate | |
= | HeaderDate | |
= | HeaderEtag | |
= | HeaderEtag | |
= | HeaderExpect | |
= | HeaderExpect | |
= | HeaderExpires | |
= | HeaderExpires | |
= | HeaderFrom | |
= | HeaderFrom | |
= | HeaderHost | |
= | HeaderHost | |
= | HeaderIfMatch | |
= | HeaderIfMatch | |
= | HeaderIfModifiedSince | |
= | HeaderIfModifiedSince | |
= | HeaderIfNoneMatch | |
= | HeaderIfNoneMatch | |
= | HeaderIfRange | |
= | HeaderIfRange | |
= | HeaderIfUnmodifiedSince | |
= | HeaderIfUnmodifiedSince | |
= | HeaderKeepAlive | |
= | HeaderKeepAlive | |
= | HeaderLastModified | |
= | HeaderLastModified | |
= | HeaderLocation | |
= | HeaderLocation | |
= | HeaderMaxForwards | |
= | HeaderMaxForwards | |
= | HeaderPragma | |
= | HeaderPragma | |
= | HeaderProxyAuthenticate | |
= | HeaderProxyAuthenticate | |
= | HeaderProxyAuthorization | |
= | HeaderProxyAuthorization | |
= | HeaderRange | |
= | HeaderRange | |
= | HeaderReferer | |
= | HeaderReferer | |
= | HeaderRetryAfter | |
= | HeaderRetryAfter | |
= | HeaderServer | |
= | HeaderServer | |
= | HeaderSetCookie | |
= | HeaderSetCookie | |
= | HeaderTe | |
= | HeaderTe | |
= | HeaderTrailer | |
= | HeaderTrailer | |
= | HeaderTransferEncoding | |
= | HeaderTransferEncoding | |
= | HeaderUpgrade | |
= | HeaderUpgrade | |
= | HeaderUserAgent | |
= | HeaderUserAgent | |
= | HeaderVary | |
= | HeaderVary | |
= | HeaderVia | |
= | HeaderVia | |
= | HeaderWarning | |
= | HeaderWarning | |
= | HeaderWwwAuthenticate | |
= | HeaderWwwAuthenticate | |
= | ReasonCachePolicy | |
= | ReasonCachePolicy | |
= | ReasonCacheSecurity | |
= | ReasonCacheSecurity | |
= | ReasonClientDisconnect | |
= | ReasonClientDisconnect | |
= | ReasonDefault | |
= | ReasonDefault | |
= | ReasonFileHandleCacheMiss | |
= | ReasonFileHandleCacheMiss | |
= | ReasonResponseCacheMiss | |
= | ReasonResponseCacheMiss | |
= | RequestHeaderMaximum | |
= | RequestHeaderMaximum | |
= | ResponseHeaderMaximum | |
= | ResponseHeaderMaximum | |
= | CloseConnection () | |
= | CloseConnection () | |
= | EndOfRequest () | |
= | EndOfRequest () | |
= | FlushResponse (Boolean finalFlush) | |
= | FlushResponse (Boolean finalFlush) | |
= | GetAppPath () | |
= | GetAppPath () | |
= | GetAppPathTranslated () | |
= | GetAppPathTranslated () | |
= | GetAppPoolID () | |
= | GetAppPoolID () | |
= | GetBytesRead () | |
= | GetBytesRead () | |
= | GetClientCertificate () | |
= | GetClientCertificate () | |
= | GetClientCertificateBinaryIssuer () | |
= | GetClientCertificateBinaryIssuer () | |
= | GetClientCertificateEncoding () | |
= | GetClientCertificateEncoding () | |
= | GetClientCertificatePublicKey () | |
= | GetClientCertificatePublicKey () | |
= | GetClientCertificateValidFrom () | |
= | GetClientCertificateValidFrom () | |
= | GetClientCertificateValidUntil () | |
= | GetClientCertificateValidUntil () | |
= | GetConnectionID () | |
= | GetConnectionID () | |
= | GetFilePath () | |
= | GetFilePath () | |
= | GetFilePathTranslated () | |
= | GetFilePathTranslated () | |
= | GetHttpVerbName () | |
= | GetHttpVerbName () | |
= | GetHttpVersion () | |
= | GetHttpVersion () | |
= | GetKnownRequestHeader (Int32 index) | |
= | GetKnownRequestHeader (Int32 index) | |
= | GetKnownRequestHeaderIndex (String header) | |
= | GetKnownRequestHeaderIndex (String header) | |
= | GetKnownRequestHeaderName (Int32 index) | |
= | GetKnownRequestHeaderName (Int32 index) | |
= | GetKnownResponseHeaderIndex (String header) | |
= | GetKnownResponseHeaderIndex (String header) | |
= | GetKnownResponseHeaderName (Int32 index) | |
= | GetKnownResponseHeaderName (Int32 index) | |
= | GetLocalAddress () | |
= | GetLocalAddress () | |
= | GetLocalPort () | |
= | GetLocalPort () | |
= | GetPathInfo () | |
= | GetPathInfo () | |
= | GetPreloadedEntityBody () | |
+ | GetPreloadedEntityBody (Byte[] buffer, Int32 offset) | |
= | GetPreloadedEntityBody () | |
+ | GetPreloadedEntityBodyLength () | |
= | GetProtocol () | |
= | GetProtocol () | |
= | GetQueryString () | |
= | GetQueryString () | |
= | GetQueryStringRawBytes () | |
= | GetQueryStringRawBytes () | |
= | GetRawUrl () | |
= | GetRawUrl () | |
= | GetRemoteAddress () | |
= | GetRemoteAddress () | |
= | GetRemoteName () | |
= | GetRemoteName () | |
= | GetRemotePort () | |
= | GetRemotePort () | |
= | GetRequestReason () | |
= | GetRequestReason () | |
= | GetServerName () | |
= | GetServerName () | |
= | GetServerVariable (String name) | |
= | GetServerVariable (String name) | |
= | GetStatusDescription (Int32 code) | |
= | GetStatusDescription (Int32 code) | |
+ | GetTotalEntityBodyLength () | |
= | GetUnknownRequestHeader (String name) | |
= | GetUnknownRequestHeader (String name) | |
= | GetUnknownRequestHeaders () | |
= | GetUnknownRequestHeaders () | |
= | GetUriPath () | |
= | GetUriPath () | |
= | GetUrlContextID () | |
= | GetUrlContextID () | |
= | GetUserToken () | |
= | GetUserToken () | |
= | GetVirtualPathToken () | |
= | GetVirtualPathToken () | |
= | HasEntityBody () | |
= | HasEntityBody () | |
= | HeadersSent () | |
= | HeadersSent () | |
= | IsClientConnected () | |
= | IsClientConnected () | |
= | IsEntireEntityBodyIsPreloaded () | |
= | IsEntireEntityBodyIsPreloaded () | |
= | IsSecure () | |
= | IsSecure () | |
= | MapPath (String virtualPath) | |
= | MapPath (String virtualPath) | |
= | ReadEntityBody (Byte[] buffer, Int32 size) | |
= | ReadEntityBody (Byte[] buffer, Int32 size) | |
+ | ReadEntityBody (Byte[] buffer, Int32 offset, Int32 size) | |
= | SendCalculatedContentLength (Int32 contentLength) | |
= | SendCalculatedContentLength (Int32 contentLength) | |
= | SendKnownResponseHeader (Int32 index, String value) | |
= | SendKnownResponseHeader (Int32 index, String value) | |
= | SendResponseFromFile (IntPtr handle, Int64 offset, Int64 length) | |
= | SendResponseFromFile (String filename, Int64 offset, Int64 length) | |
= | SendResponseFromFile (String filename, Int64 offset, Int64 length) | |
= | SendResponseFromFile (IntPtr handle, Int64 offset, Int64 length) | |
= | SendResponseFromMemory (IntPtr data, Int32 length) | |
= | SendResponseFromMemory (Byte[] data, Int32 length) | |
= | SendResponseFromMemory (Byte[] data, Int32 length) | |
= | SendResponseFromMemory (IntPtr data, Int32 length) | |
= | SendStatus (Int32 statusCode, String statusDescription) | |
= | SendStatus (Int32 statusCode, String statusDescription) | |
= | SendUnknownResponseHeader (String name, String value) | |
= | SendUnknownResponseHeader (String name, String value) | |
= | SetEndOfSendNotification (EndOfSendNotification callback, Object extraData) | |
= | SetEndOfSendNotification (EndOfSendNotification callback, Object extraData) | |
= | EndOfSendNotification | |
= | EndOfSendNotification | |
= | MachineConfigPath | |
= | MachineConfigPath | |
= | MachineInstallDirectory | |
= | MachineInstallDirectory | |
+ | RequestTraceIdentifier | |
+ | RootWebConfigPath |
System.Web.Caching.CacheItemRemovedCallback = | ||
---|---|---|
= | .ctor () | |
= | BeginInvoke (String key, Object value, CacheItemRemovedReason reason, AsyncCallback callback, Object object) | |
= | EndInvoke (IAsyncResult result) | |
= | Invoke (String key, Object value, CacheItemRemovedReason reason) |
System.Web.Caching.CacheItemPriority = | ||
---|---|---|
= | AboveNormal | |
= | BelowNormal | |
= | Default | |
= | High | |
= | Low | |
= | Normal | |
= | NotRemovable | |
= | value__ |
System.Web.Caching.CacheItemRemovedReason = | ||
---|---|---|
= | DependencyChanged | |
= | Expired | |
= | Removed | |
= | Underused | |
= | value__ |
Powered by Ricciolo