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 ... 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 ...
System.Net.Sockets.LingerOption = | ||
---|---|---|
= | .ctor () | |
= | Enabled | |
= | LingerTime |
System.Net.Sockets.MulticastOption != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | Group | |
= | Group | |
+ | InterfaceIndex | |
= | LocalAddress | |
= | LocalAddress |
System.Net.Sockets.IPv6MulticastOption = | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | Group | |
= | InterfaceIndex |
System.Net.Sockets.ProtocolFamily = | ||
---|---|---|
= | AppleTalk | |
= | Atm | |
= | Banyan | |
= | Ccitt | |
= | Chaos | |
= | Cluster | |
= | DataKit | |
= | DataLink | |
= | DecNet | |
= | Ecma | |
= | FireFox | |
= | HyperChannel | |
= | Ieee12844 | |
= | ImpLink | |
= | InterNetwork | |
= | InterNetworkV6 | |
= | Ipx | |
= | Irda | |
= | Iso | |
= | Lat | |
= | Max | |
= | NetBios | |
= | NetworkDesigners | |
= | NS | |
= | Osi | |
= | Pup | |
= | Sna | |
= | Unix | |
= | Unknown | |
= | Unspecified | |
= | value__ | |
= | VoiceView |
System.Net.Sockets.ProtocolType != | ||
---|---|---|
= | Ggp | |
= | Ggp | |
= | Icmp | |
= | Icmp | |
+ | IcmpV6 | |
= | Idp | |
= | Idp | |
= | Igmp | |
= | Igmp | |
= | IP | |
= | IP | |
+ | IPSecAuthenticationHeader | |
+ | IPSecEncapsulatingSecurityPayload | |
+ | IPv4 | |
= | IPv6 | |
= | IPv6 | |
+ | IPv6DestinationOptions | |
+ | IPv6FragmentHeader | |
+ | IPv6HopByHopOptions | |
+ | IPv6NoNextHeader | |
+ | IPv6RoutingHeader | |
= | Ipx | |
= | Ipx | |
= | ND | |
= | ND | |
= | Pup | |
= | Pup | |
= | Raw | |
= | Raw | |
= | Spx | |
= | Spx | |
= | SpxII | |
= | SpxII | |
= | Tcp | |
= | Tcp | |
= | Udp | |
= | Udp | |
= | Unknown | |
= | Unknown | |
= | Unspecified | |
= | Unspecified | |
= | value__ | |
= | value__ |
System.Net.Sockets.SelectMode = | ||
---|---|---|
= | SelectError | |
= | SelectRead | |
= | SelectWrite | |
= | value__ |
System.Net.Sockets.Socket != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | Accept () | |
= | Accept () | |
= | BeginAccept (AsyncCallback callback, Object state) | |
= | BeginAccept (AsyncCallback callback, Object state) | |
+ | BeginAccept (Int32 receiveSize, AsyncCallback callback, Object state) | |
+ | BeginAccept (Socket acceptSocket, Int32 receiveSize, AsyncCallback callback, Object state) | |
= | BeginConnect (EndPoint remoteEP, AsyncCallback callback, Object state) | |
= | BeginConnect (EndPoint remoteEP, AsyncCallback callback, Object state) | |
+ | BeginConnect (String host, Int32 port, AsyncCallback requestCallback, Object state) | |
+ | BeginConnect (IPAddress address, Int32 port, AsyncCallback requestCallback, Object state) | |
+ | BeginConnect (IPAddress[] addresses, Int32 port, AsyncCallback requestCallback, Object state) | |
+ | BeginDisconnect (Boolean reuseSocket, AsyncCallback callback, Object state) | |
= | BeginReceive (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state) | |
= | BeginReceive (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state) | |
+ | BeginReceive (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, SocketError& errorCode, AsyncCallback callback, Object state) | |
+ | BeginReceive (IList`1 buffers, SocketFlags socketFlags, AsyncCallback callback, Object state) | |
+ | BeginReceive (IList`1 buffers, SocketFlags socketFlags, SocketError& errorCode, AsyncCallback callback, Object state) | |
= | BeginReceiveFrom (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint& remoteEP, AsyncCallback callback, Object state) | |
= | BeginReceiveFrom (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint& remoteEP, AsyncCallback callback, Object state) | |
+ | BeginReceiveMessageFrom (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint& remoteEP, AsyncCallback callback, Object state) | |
= | BeginSend (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state) | |
= | BeginSend (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, AsyncCallback callback, Object state) | |
+ | BeginSend (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, SocketError& errorCode, AsyncCallback callback, Object state) | |
+ | BeginSend (IList`1 buffers, SocketFlags socketFlags, AsyncCallback callback, Object state) | |
+ | BeginSend (IList`1 buffers, SocketFlags socketFlags, SocketError& errorCode, AsyncCallback callback, Object state) | |
+ | BeginSendFile (String fileName, AsyncCallback callback, Object state) | |
+ | BeginSendFile (String fileName, Byte[] preBuffer, Byte[] postBuffer, TransmitFileOptions flags, AsyncCallback callback, Object state) | |
= | BeginSendTo (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP, AsyncCallback callback, Object state) | |
= | BeginSendTo (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP, AsyncCallback callback, Object state) | |
= | Bind (EndPoint localEP) | |
= | Bind (EndPoint localEP) | |
= | Close () | |
= | Close () | |
+ | Close (Int32 timeout) | |
= | Connect (EndPoint remoteEP) | |
= | Connect (EndPoint remoteEP) | |
+ | Connect (IPAddress address, Int32 port) | |
+ | Connect (String host, Int32 port) | |
+ | Connect (IPAddress[] addresses, Int32 port) | |
+ | Disconnect (Boolean reuseSocket) | |
+ | DuplicateAndClose (Int32 targetProcessId) | |
= | EndAccept (IAsyncResult asyncResult) | |
= | EndAccept (IAsyncResult asyncResult) | |
+ | EndAccept (Byte[]& buffer, IAsyncResult asyncResult) | |
+ | EndAccept (Byte[]& buffer, Int32& bytesTransferred, IAsyncResult asyncResult) | |
= | EndConnect (IAsyncResult asyncResult) | |
= | EndConnect (IAsyncResult asyncResult) | |
+ | EndDisconnect (IAsyncResult asyncResult) | |
= | EndReceive (IAsyncResult asyncResult) | |
= | EndReceive (IAsyncResult asyncResult) | |
+ | EndReceive (IAsyncResult asyncResult, SocketError& errorCode) | |
= | EndReceiveFrom (IAsyncResult asyncResult, EndPoint& endPoint) | |
= | EndReceiveFrom (IAsyncResult asyncResult, EndPoint& endPoint) | |
+ | EndReceiveMessageFrom (IAsyncResult asyncResult, SocketFlags& socketFlags, EndPoint& endPoint, IPPacketInformation& ipPacketInformation) | |
= | EndSend (IAsyncResult asyncResult) | |
= | EndSend (IAsyncResult asyncResult) | |
+ | EndSend (IAsyncResult asyncResult, SocketError& errorCode) | |
+ | EndSendFile (IAsyncResult asyncResult) | |
= | EndSendTo (IAsyncResult asyncResult) | |
= | EndSendTo (IAsyncResult asyncResult) | |
- | GetHashCode () | |
= | GetSocketOption (SocketOptionLevel optionLevel, SocketOptionName optionName) | |
= | GetSocketOption (SocketOptionLevel optionLevel, SocketOptionName optionName, Byte[] optionValue) | |
= | GetSocketOption (SocketOptionLevel optionLevel, SocketOptionName optionName, Int32 optionLength) | |
= | GetSocketOption (SocketOptionLevel optionLevel, SocketOptionName optionName) | |
= | GetSocketOption (SocketOptionLevel optionLevel, SocketOptionName optionName, Byte[] optionValue) | |
= | GetSocketOption (SocketOptionLevel optionLevel, SocketOptionName optionName, Int32 optionLength) | |
= | IOControl (Int32 ioControlCode, Byte[] optionInValue, Byte[] optionOutValue) | |
= | IOControl (Int32 ioControlCode, Byte[] optionInValue, Byte[] optionOutValue) | |
+ | IOControl (IOControlCode ioControlCode, Byte[] optionInValue, Byte[] optionOutValue) | |
= | Listen (Int32 backlog) | |
= | Listen (Int32 backlog) | |
= | Poll (Int32 microSeconds, SelectMode mode) | |
= | Poll (Int32 microSeconds, SelectMode mode) | |
= | Receive (Byte[] buffer, Int32 size, SocketFlags socketFlags) | |
= | Receive (Byte[] buffer, SocketFlags socketFlags) | |
= | Receive (Byte[] buffer) | |
= | Receive (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) | |
= | Receive (Byte[] buffer, Int32 size, SocketFlags socketFlags) | |
= | Receive (Byte[] buffer, SocketFlags socketFlags) | |
= | Receive (Byte[] buffer) | |
= | Receive (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) | |
+ | Receive (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, SocketError& errorCode) | |
+ | Receive (IList`1 buffers) | |
+ | Receive (IList`1 buffers, SocketFlags socketFlags) | |
+ | Receive (IList`1 buffers, SocketFlags socketFlags, SocketError& errorCode) | |
= | ReceiveFrom (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint& remoteEP) | |
= | ReceiveFrom (Byte[] buffer, Int32 size, SocketFlags socketFlags, EndPoint& remoteEP) | |
= | ReceiveFrom (Byte[] buffer, SocketFlags socketFlags, EndPoint& remoteEP) | |
= | ReceiveFrom (Byte[] buffer, EndPoint& remoteEP) | |
= | ReceiveFrom (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint& remoteEP) | |
= | ReceiveFrom (Byte[] buffer, Int32 size, SocketFlags socketFlags, EndPoint& remoteEP) | |
= | ReceiveFrom (Byte[] buffer, SocketFlags socketFlags, EndPoint& remoteEP) | |
= | ReceiveFrom (Byte[] buffer, EndPoint& remoteEP) | |
+ | ReceiveMessageFrom (Byte[] buffer, Int32 offset, Int32 size, SocketFlags& socketFlags, EndPoint& remoteEP, IPPacketInformation& ipPacketInformation) | |
= | Select (IList checkRead, IList checkWrite, IList checkError, Int32 microSeconds) | |
= | Select (IList checkRead, IList checkWrite, IList checkError, Int32 microSeconds) | |
= | Send (Byte[] buffer, Int32 size, SocketFlags socketFlags) | |
= | Send (Byte[] buffer, SocketFlags socketFlags) | |
= | Send (Byte[] buffer) | |
= | Send (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) | |
= | Send (Byte[] buffer, Int32 size, SocketFlags socketFlags) | |
= | Send (Byte[] buffer, SocketFlags socketFlags) | |
= | Send (Byte[] buffer) | |
+ | Send (IList`1 buffers) | |
+ | Send (IList`1 buffers, SocketFlags socketFlags) | |
+ | Send (IList`1 buffers, SocketFlags socketFlags, SocketError& errorCode) | |
= | Send (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) | |
+ | Send (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, SocketError& errorCode) | |
+ | SendFile (String fileName) | |
+ | SendFile (String fileName, Byte[] preBuffer, Byte[] postBuffer, TransmitFileOptions flags) | |
= | SendTo (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP) | |
= | SendTo (Byte[] buffer, Int32 size, SocketFlags socketFlags, EndPoint remoteEP) | |
= | SendTo (Byte[] buffer, SocketFlags socketFlags, EndPoint remoteEP) | |
= | SendTo (Byte[] buffer, EndPoint remoteEP) | |
= | SendTo (Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags, EndPoint remoteEP) | |
= | SendTo (Byte[] buffer, Int32 size, SocketFlags socketFlags, EndPoint remoteEP) | |
= | SendTo (Byte[] buffer, SocketFlags socketFlags, EndPoint remoteEP) | |
= | SendTo (Byte[] buffer, EndPoint remoteEP) | |
= | SetSocketOption (SocketOptionLevel optionLevel, SocketOptionName optionName, Int32 optionValue) | |
= | SetSocketOption (SocketOptionLevel optionLevel, SocketOptionName optionName, Byte[] optionValue) | |
= | SetSocketOption (SocketOptionLevel optionLevel, SocketOptionName optionName, Object optionValue) | |
= | SetSocketOption (SocketOptionLevel optionLevel, SocketOptionName optionName, Int32 optionValue) | |
= | SetSocketOption (SocketOptionLevel optionLevel, SocketOptionName optionName, Byte[] optionValue) | |
+ | SetSocketOption (SocketOptionLevel optionLevel, SocketOptionName optionName, Boolean optionValue) | |
= | SetSocketOption (SocketOptionLevel optionLevel, SocketOptionName optionName, Object optionValue) | |
= | Shutdown (SocketShutdown how) | |
= | Shutdown (SocketShutdown how) | |
= | AddressFamily | |
= | AddressFamily | |
= | Available | |
= | Available | |
= | Blocking | |
= | Blocking | |
= | Connected | |
= | Connected | |
+ | DontFragment | |
+ | EnableBroadcast | |
+ | ExclusiveAddressUse | |
= | Handle | |
= | Handle | |
+ | IsBound | |
+ | LingerState | |
= | LocalEndPoint | |
= | LocalEndPoint | |
+ | MulticastLoopback | |
+ | NoDelay | |
+ | OSSupportsIPv6 | |
= | ProtocolType | |
= | ProtocolType | |
+ | ReceiveBufferSize | |
+ | ReceiveTimeout | |
= | RemoteEndPoint | |
= | RemoteEndPoint | |
+ | SendBufferSize | |
+ | SendTimeout | |
= | SocketType | |
= | SocketType | |
= | SupportsIPv4 | |
= | SupportsIPv4 | |
= | SupportsIPv6 | |
= | SupportsIPv6 | |
+ | Ttl | |
+ | UseOnlyOverlappedIO |
System.Net.Sockets.SocketFlags != | ||
---|---|---|
+ | Broadcast | |
+ | ControlDataTruncated | |
= | DontRoute | |
= | DontRoute | |
= | MaxIOVectorLength | |
= | MaxIOVectorLength | |
+ | Multicast | |
= | None | |
= | None | |
= | OutOfBand | |
= | OutOfBand | |
= | Partial | |
= | Partial | |
= | Peek | |
= | Peek | |
+ | Truncated | |
= | value__ | |
= | value__ |
System.Net.Sockets.SocketOptionLevel = | ||
---|---|---|
= | IP | |
= | IPv6 | |
= | Socket | |
= | Tcp | |
= | Udp | |
= | value__ |
System.Net.Sockets.SocketOptionName != | ||
---|---|---|
= | AcceptConnection | |
= | AcceptConnection | |
= | AddMembership | |
= | AddMembership | |
= | AddSourceMembership | |
= | AddSourceMembership | |
= | BlockSource | |
= | BlockSource | |
= | Broadcast | |
= | Broadcast | |
= | BsdUrgent | |
= | BsdUrgent | |
= | ChecksumCoverage | |
= | ChecksumCoverage | |
= | Debug | |
= | Debug | |
= | DontFragment | |
= | DontFragment | |
= | DontLinger | |
= | DontLinger | |
= | DontRoute | |
= | DontRoute | |
= | DropMembership | |
= | DropMembership | |
= | DropSourceMembership | |
= | DropSourceMembership | |
= | Error | |
= | Error | |
= | ExclusiveAddressUse | |
= | ExclusiveAddressUse | |
= | Expedited | |
= | Expedited | |
= | HeaderIncluded | |
= | HeaderIncluded | |
+ | HopLimit | |
= | IPOptions | |
= | IPOptions | |
= | IpTimeToLive | |
= | IpTimeToLive | |
= | KeepAlive | |
= | KeepAlive | |
= | Linger | |
= | Linger | |
= | MaxConnections | |
= | MaxConnections | |
= | MulticastInterface | |
= | MulticastInterface | |
= | MulticastLoopback | |
= | MulticastLoopback | |
= | MulticastTimeToLive | |
= | MulticastTimeToLive | |
= | NoChecksum | |
= | NoChecksum | |
= | NoDelay | |
= | NoDelay | |
= | OutOfBandInline | |
= | OutOfBandInline | |
= | PacketInformation | |
= | PacketInformation | |
= | ReceiveBuffer | |
= | ReceiveBuffer | |
= | ReceiveLowWater | |
= | ReceiveLowWater | |
= | ReceiveTimeout | |
= | ReceiveTimeout | |
= | ReuseAddress | |
= | ReuseAddress | |
= | SendBuffer | |
= | SendBuffer | |
= | SendLowWater | |
= | SendLowWater | |
= | SendTimeout | |
= | SendTimeout | |
= | Type | |
= | Type | |
= | TypeOfService | |
= | TypeOfService | |
= | UnblockSource | |
= | UnblockSource | |
+ | UpdateAcceptContext | |
+ | UpdateConnectContext | |
= | UseLoopback | |
= | UseLoopback | |
= | value__ | |
= | value__ |
System.Net.Sockets.SocketShutdown = | ||
---|---|---|
= | Both | |
= | Receive | |
= | Send | |
= | value__ |
System.Net.Sockets.SocketType = | ||
---|---|---|
= | Dgram | |
= | Raw | |
= | Rdm | |
= | Seqpacket | |
= | Stream | |
= | Unknown | |
= | value__ |
System.Net.Sockets.TcpClient != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
+ | BeginConnect (String host, Int32 port, AsyncCallback requestCallback, Object state) | |
+ | BeginConnect (IPAddress address, Int32 port, AsyncCallback requestCallback, Object state) | |
+ | BeginConnect (IPAddress[] addresses, Int32 port, AsyncCallback requestCallback, Object state) | |
= | Close () | |
= | Close () | |
= | Connect (String hostname, Int32 port) | |
= | Connect (IPAddress address, Int32 port) | |
= | Connect (IPEndPoint remoteEP) | |
= | Connect (String hostname, Int32 port) | |
= | Connect (IPAddress address, Int32 port) | |
= | Connect (IPEndPoint remoteEP) | |
+ | Connect (IPAddress[] ipAddresses, Int32 port) | |
+ | EndConnect (IAsyncResult asyncResult) | |
= | GetStream () | |
= | GetStream () | |
+ | Available | |
+ | Client | |
+ | Connected | |
+ | ExclusiveAddressUse | |
= | LingerState | |
= | LingerState | |
= | NoDelay | |
= | NoDelay | |
= | ReceiveBufferSize | |
= | ReceiveBufferSize | |
= | ReceiveTimeout | |
= | ReceiveTimeout | |
= | SendBufferSize | |
= | SendBufferSize | |
= | SendTimeout | |
= | SendTimeout |
System.Net.Sockets.TcpListener != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | AcceptSocket () | |
= | AcceptSocket () | |
= | AcceptTcpClient () | |
= | AcceptTcpClient () | |
+ | BeginAcceptSocket (AsyncCallback callback, Object state) | |
+ | BeginAcceptTcpClient (AsyncCallback callback, Object state) | |
+ | EndAcceptSocket (IAsyncResult asyncResult) | |
+ | EndAcceptTcpClient (IAsyncResult asyncResult) | |
= | Pending () | |
= | Pending () | |
= | Start () | |
= | Start () | |
+ | Start (Int32 backlog) | |
= | Stop () | |
= | Stop () | |
+ | ExclusiveAddressUse | |
= | LocalEndpoint | |
= | LocalEndpoint | |
+ | Server |
Powered by Ricciolo