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
Totale classi: 1364, di cui
- 414 nuove
- 585 modificate
- 0 rimosse
Pagina ... 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 ...
System.Net.ICredentialsByHost + | ||
---|---|---|
+ | GetCredential (String host, Int32 port, String authenticationType) |
System.Net.CredentialCache != | ||
---|---|---|
= | .ctor () | |
= | Add (Uri uriPrefix, String authType, NetworkCredential cred) | |
- | Add (String host, Int32 port, String authenticationType, NetworkCredential credential) | |
= | GetCredential (Uri uriPrefix, String authType) | |
- | GetCredential (String host, Int32 port, String authenticationType) | |
= | GetEnumerator () | |
= | Remove (Uri uriPrefix, String authType) | |
- | Remove (String host, Int32 port, String authenticationType) | |
= | DefaultCredentials | |
- | DefaultNetworkCredentials |
System.Net.NetworkCredential != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | GetCredential (Uri uri, String authType) | |
- | GetCredential (String host, Int32 port, String authenticationType) | |
= | Domain | |
= | Password | |
= | UserName |
System.Net.Dns != | ||
---|---|---|
- | BeginGetHostAddresses (String hostNameOrAddress, AsyncCallback requestCallback, Object state) | |
= | BeginGetHostByName (String hostName, AsyncCallback requestCallback, Object stateObject) | |
- | BeginGetHostEntry (String hostNameOrAddress, AsyncCallback requestCallback, Object stateObject) | |
- | BeginGetHostEntry (IPAddress address, AsyncCallback requestCallback, Object stateObject) | |
= | BeginResolve (String hostName, AsyncCallback requestCallback, Object stateObject) | |
- | EndGetHostAddresses (IAsyncResult asyncResult) | |
= | EndGetHostByName (IAsyncResult asyncResult) | |
- | EndGetHostEntry (IAsyncResult asyncResult) | |
= | EndResolve (IAsyncResult asyncResult) | |
- | GetHostAddresses (String hostNameOrAddress) | |
= | GetHostByAddress (String address) | |
= | GetHostByAddress (IPAddress address) | |
= | GetHostByName (String hostName) | |
- | GetHostEntry (String hostNameOrAddress) | |
- | GetHostEntry (IPAddress address) | |
= | GetHostName () | |
= | Resolve (String hostName) |
System.Net.DnsPermissionAttribute = | ||
---|---|---|
= | .ctor () | |
= | CreatePermission () |
System.Net.DnsPermission = | ||
---|---|---|
= | .ctor () | |
= | Copy () | |
= | FromXml (SecurityElement securityElement) | |
= | Intersect (IPermission target) | |
= | IsSubsetOf (IPermission target) | |
= | IsUnrestricted () | |
= | ToXml () | |
= | Union (IPermission target) |
System.Net.EndPoint = | ||
---|---|---|
= | Create (SocketAddress socketAddress) | |
= | Serialize () | |
= | AddressFamily |
System.Net.WebRequest != | ||
---|---|---|
= | Abort () | |
= | BeginGetRequestStream (AsyncCallback callback, Object state) | |
= | BeginGetResponse (AsyncCallback callback, Object state) | |
= | Create (String requestUriString) | |
= | Create (Uri requestUri) | |
= | CreateDefault (Uri requestUri) | |
= | EndGetRequestStream (IAsyncResult asyncResult) | |
= | EndGetResponse (IAsyncResult asyncResult) | |
= | GetRequestStream () | |
= | GetResponse () | |
- | GetSystemWebProxy () | |
= | RegisterPrefix (String prefix, IWebRequestCreate creator) | |
- | AuthenticationLevel | |
- | CachePolicy | |
= | ConnectionGroupName | |
= | ContentLength | |
= | ContentType | |
= | Credentials | |
- | DefaultCachePolicy | |
- | DefaultWebProxy | |
= | Headers | |
- | ImpersonationLevel | |
= | Method | |
= | PreAuthenticate | |
= | Proxy | |
= | RequestUri | |
= | Timeout | |
- | UseDefaultCredentials |
System.Net.IWebProxy = | ||
---|---|---|
= | GetProxy (Uri destination) | |
= | IsBypassed (Uri host) | |
= | Credentials |
System.Net.FileWebRequest != | ||
---|---|---|
- | Abort () | |
= | BeginGetRequestStream (AsyncCallback callback, Object state) | |
= | BeginGetResponse (AsyncCallback callback, Object state) | |
= | EndGetRequestStream (IAsyncResult asyncResult) | |
= | EndGetResponse (IAsyncResult asyncResult) | |
= | GetRequestStream () | |
= | GetResponse () | |
= | ConnectionGroupName | |
= | ContentLength | |
= | ContentType | |
= | Credentials | |
= | Headers | |
= | Method | |
= | PreAuthenticate | |
= | Proxy | |
= | RequestUri | |
= | Timeout | |
- | UseDefaultCredentials |
System.Net.IWebRequestCreate = | ||
---|---|---|
= | Create (Uri uri) |
System.Net.WebResponse != | ||
---|---|---|
= | Close () | |
= | GetResponseStream () | |
= | ContentLength | |
= | ContentType | |
= | Headers | |
- | IsFromCache | |
- | IsMutuallyAuthenticated | |
= | ResponseUri |
System.Net.FileWebResponse = | ||
---|---|---|
= | Close () | |
= | GetResponseStream () | |
= | ContentLength | |
= | ContentType | |
= | Headers | |
= | ResponseUri |
System.Net.FtpStatusCode + | ||
---|---|---|
+ | AccountNeeded | |
+ | ActionAbortedLocalProcessingError | |
+ | ActionAbortedUnknownPageType | |
+ | ActionNotTakenFilenameNotAllowed | |
+ | ActionNotTakenFileUnavailable | |
+ | ActionNotTakenFileUnavailableOrBusy | |
+ | ActionNotTakenInsufficientSpace | |
+ | ArgumentSyntaxError | |
+ | BadCommandSequence | |
+ | CantOpenData | |
+ | ClosingControl | |
+ | ClosingData | |
+ | CommandExtraneous | |
+ | CommandNotImplemented | |
+ | CommandOK | |
+ | CommandSyntaxError | |
+ | ConnectionClosed | |
+ | DataAlreadyOpen | |
+ | DirectoryStatus | |
+ | EnteringPassive | |
+ | FileActionAborted | |
+ | FileActionOK | |
+ | FileCommandPending | |
+ | FileStatus | |
+ | LoggedInProceed | |
+ | NeedLoginAccount | |
+ | NotLoggedIn | |
+ | OpeningData | |
+ | PathnameCreated | |
+ | RestartMarker | |
+ | SendPasswordCommand | |
+ | SendUserCommand | |
+ | ServerWantsSecureSession | |
+ | ServiceNotAvailable | |
+ | ServiceTemporarilyNotAvailable | |
+ | SystemType | |
+ | Undefined | |
+ | value__ |
Powered by Ricciolo