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 ... 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 ...
System.Net.HttpWebRequest != | ||
---|---|---|
= | Abort () | |
= | AddRange (Int32 from, Int32 to) | |
= | AddRange (Int32 range) | |
= | AddRange (String rangeSpecifier, Int32 from, Int32 to) | |
= | AddRange (String rangeSpecifier, Int32 range) | |
= | BeginGetRequestStream (AsyncCallback callback, Object state) | |
= | BeginGetResponse (AsyncCallback callback, Object state) | |
= | EndGetRequestStream (IAsyncResult asyncResult) | |
= | EndGetResponse (IAsyncResult asyncResult) | |
= | GetRequestStream () | |
= | GetResponse () | |
= | Accept | |
= | Address | |
= | AllowAutoRedirect | |
= | AllowWriteStreamBuffering | |
- | AutomaticDecompression | |
= | ClientCertificates | |
= | Connection | |
= | ConnectionGroupName | |
= | ContentLength | |
= | ContentType | |
= | ContinueDelegate | |
= | CookieContainer | |
= | Credentials | |
- | DefaultCachePolicy | |
- | DefaultMaximumErrorResponseLength | |
= | DefaultMaximumResponseHeadersLength | |
= | Expect | |
= | HaveResponse | |
= | Headers | |
= | IfModifiedSince | |
= | KeepAlive | |
= | MaximumAutomaticRedirections | |
= | MaximumResponseHeadersLength | |
= | MediaType | |
= | Method | |
= | Pipelined | |
= | PreAuthenticate | |
= | ProtocolVersion | |
= | Proxy | |
= | ReadWriteTimeout | |
= | Referer | |
= | RequestUri | |
= | SendChunked | |
= | ServicePoint | |
= | Timeout | |
= | TransferEncoding | |
= | UnsafeAuthenticatedConnectionSharing | |
- | UseDefaultCredentials | |
= | UserAgent |
System.Net.HttpWebResponse != | ||
---|---|---|
= | Close () | |
= | GetResponseHeader (String headerName) | |
= | GetResponseStream () | |
= | CharacterSet | |
= | ContentEncoding | |
= | ContentLength | |
= | ContentType | |
= | Cookies | |
= | Headers | |
- | IsMutuallyAuthenticated | |
= | LastModified | |
= | Method | |
= | ProtocolVersion | |
= | ResponseUri | |
= | Server | |
= | StatusCode | |
= | StatusDescription |
System.Net.IAuthenticationModule = | ||
---|---|---|
= | Authenticate (String challenge, WebRequest request, ICredentials credentials) | |
= | PreAuthenticate (WebRequest request, ICredentials credentials) | |
= | AuthenticationType | |
= | CanPreAuthenticate |
System.Net.ICertificatePolicy = | ||
---|---|---|
= | CheckValidationResult (ServicePoint srvPoint, X509Certificate certificate, WebRequest request, Int32 certificateProblem) |
System.Net.HttpContinueDelegate = | ||
---|---|---|
= | .ctor () | |
= | BeginInvoke (Int32 StatusCode, WebHeaderCollection httpHeaders, AsyncCallback callback, Object object) | |
= | EndInvoke (IAsyncResult result) | |
= | Invoke (Int32 StatusCode, WebHeaderCollection httpHeaders) |
System.Net.IPAddress != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | Any | |
= | Broadcast | |
= | IPv6Any | |
= | IPv6Loopback | |
= | IPv6None | |
= | Loopback | |
= | None | |
= | Equals (Object comparand) | |
= | GetAddressBytes () | |
= | GetHashCode () | |
= | HostToNetworkOrder (Int64 host) | |
= | HostToNetworkOrder (Int32 host) | |
= | HostToNetworkOrder (Int16 host) | |
= | IsLoopback (IPAddress address) | |
= | NetworkToHostOrder (Int64 network) | |
= | NetworkToHostOrder (Int32 network) | |
= | NetworkToHostOrder (Int16 network) | |
= | Parse (String ipString) | |
= | ToString () | |
- | TryParse (String ipString, IPAddress& address) | |
= | Address | |
= | AddressFamily | |
- | IsIPv6LinkLocal | |
- | IsIPv6Multicast | |
- | IsIPv6SiteLocal | |
= | ScopeId |
System.Net.IPEndPoint = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | MaxPort | |
= | MinPort | |
= | Create (SocketAddress socketAddress) | |
= | Equals (Object comparand) | |
= | GetHashCode () | |
= | Serialize () | |
= | ToString () | |
= | Address | |
= | AddressFamily | |
= | Port |
System.Net.IPHostEntry = | ||
---|---|---|
= | .ctor () | |
= | AddressList | |
= | Aliases | |
= | HostName |
System.Net.NetworkAccess = | ||
---|---|---|
= | Accept | |
= | Connect | |
= | value__ |
System.Net.ProtocolViolationException != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
- | GetObjectData (SerializationInfo serializationInfo, StreamingContext streamingContext) |
System.Net.BindIPEndPoint + | ||
---|---|---|
+ | .ctor () | |
+ | BeginInvoke (ServicePoint servicePoint, IPEndPoint remoteEndPoint, Int32 retryCount, AsyncCallback callback, Object object) | |
+ | EndInvoke (IAsyncResult result) | |
+ | Invoke (ServicePoint servicePoint, IPEndPoint remoteEndPoint, Int32 retryCount) |
System.Net.ServicePoint != | ||
---|---|---|
- | CloseConnectionGroup (String connectionGroupName) | |
= | Address | |
- | BindIPEndPointDelegate | |
= | Certificate | |
= | ClientCertificate | |
- | ConnectionLeaseTimeout | |
= | ConnectionLimit | |
= | ConnectionName | |
= | CurrentConnections | |
= | Expect100Continue | |
= | IdleSince | |
= | MaxIdleTime | |
= | ProtocolVersion | |
- | ReceiveBufferSize | |
= | SupportsPipelining | |
= | UseNagleAlgorithm |
System.Net.SecurityProtocolType = | ||
---|---|---|
= | Ssl3 | |
= | Tls | |
= | value__ |
System.Net.ServicePointManager != | ||
---|---|---|
= | DefaultNonPersistentConnectionLimit | |
= | DefaultPersistentConnectionLimit | |
= | FindServicePoint (Uri address) | |
= | FindServicePoint (String uriString, IWebProxy proxy) | |
= | FindServicePoint (Uri address, IWebProxy proxy) | |
= | CertificatePolicy | |
= | CheckCertificateRevocationList | |
= | DefaultConnectionLimit | |
- | DnsRefreshTimeout | |
- | EnableDnsRoundRobin | |
= | Expect100Continue | |
= | MaxServicePointIdleTime | |
= | MaxServicePoints | |
= | SecurityProtocol | |
- | ServerCertificateValidationCallback | |
= | UseNagleAlgorithm |
Powered by Ricciolo