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 ... 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 ...
System.Net.Sockets.SelectMode = | ||
---|---|---|
= | SelectError | |
= | SelectRead | |
= | SelectWrite | |
= | value__ |
System.Net.Sockets.SocketInformationOptions + | ||
---|---|---|
+ | Connected | |
+ | Listening | |
+ | NonBlocking | |
+ | UseOnlyOverlappedIO | |
+ | value__ |
System.Net.Sockets.SocketInformation + | ||
---|---|---|
+ | Options | |
+ | ProtocolInformation |
System.Net.Sockets.Socket != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | Accept () | |
= | 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 (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, 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) | |
- | 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, 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) | |
= | Bind (EndPoint localEP) | |
= | Close () | |
- | Close (Int32 timeout) | |
= | 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 (Byte[]& buffer, IAsyncResult asyncResult) | |
- | EndAccept (Byte[]& buffer, Int32& bytesTransferred, IAsyncResult asyncResult) | |
= | EndConnect (IAsyncResult asyncResult) | |
- | EndDisconnect (IAsyncResult asyncResult) | |
= | EndReceive (IAsyncResult asyncResult) | |
- | EndReceive (IAsyncResult asyncResult, SocketError& errorCode) | |
= | EndReceiveFrom (IAsyncResult asyncResult, EndPoint& endPoint) | |
- | EndReceiveMessageFrom (IAsyncResult asyncResult, SocketFlags& socketFlags, EndPoint& endPoint, IPPacketInformation& ipPacketInformation) | |
= | EndSend (IAsyncResult asyncResult) | |
- | EndSend (IAsyncResult asyncResult, SocketError& errorCode) | |
- | EndSendFile (IAsyncResult asyncResult) | |
= | EndSendTo (IAsyncResult asyncResult) | |
= | 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 (IOControlCode ioControlCode, Byte[] optionInValue, Byte[] optionOutValue) | |
= | Listen (Int32 backlog) | |
= | 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 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) | |
- | ReceiveMessageFrom (Byte[] buffer, Int32 offset, Int32 size, SocketFlags& socketFlags, EndPoint& remoteEP, IPPacketInformation& ipPacketInformation) | |
= | 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 (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) | |
= | 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) | |
= | AddressFamily | |
= | Available | |
= | Blocking | |
= | Connected | |
- | DontFragment | |
- | EnableBroadcast | |
- | ExclusiveAddressUse | |
= | Handle | |
- | IsBound | |
- | LingerState | |
= | LocalEndPoint | |
- | MulticastLoopback | |
- | NoDelay | |
- | OSSupportsIPv6 | |
= | ProtocolType | |
- | ReceiveBufferSize | |
- | ReceiveTimeout | |
= | RemoteEndPoint | |
- | SendBufferSize | |
- | SendTimeout | |
= | SocketType | |
= | SupportsIPv4 | |
= | SupportsIPv6 | |
- | Ttl | |
- | UseOnlyOverlappedIO |
System.Net.Sockets.SocketError + | ||
---|---|---|
+ | AccessDenied | |
+ | AddressAlreadyInUse | |
+ | AddressFamilyNotSupported | |
+ | AddressNotAvailable | |
+ | AlreadyInProgress | |
+ | ConnectionAborted | |
+ | ConnectionRefused | |
+ | ConnectionReset | |
+ | DestinationAddressRequired | |
+ | Disconnecting | |
+ | Fault | |
+ | HostDown | |
+ | HostNotFound | |
+ | HostUnreachable | |
+ | InProgress | |
+ | Interrupted | |
+ | InvalidArgument | |
+ | IOPending | |
+ | IsConnected | |
+ | MessageSize | |
+ | NetworkDown | |
+ | NetworkReset | |
+ | NetworkUnreachable | |
+ | NoBufferSpaceAvailable | |
+ | NoData | |
+ | NoRecovery | |
+ | NotConnected | |
+ | NotInitialized | |
+ | NotSocket | |
+ | OperationAborted | |
+ | OperationNotSupported | |
+ | ProcessLimit | |
+ | ProtocolFamilyNotSupported | |
+ | ProtocolNotSupported | |
+ | ProtocolOption | |
+ | ProtocolType | |
+ | Shutdown | |
+ | SocketError | |
+ | SocketNotSupported | |
+ | Success | |
+ | SystemNotReady | |
+ | TimedOut | |
+ | TooManyOpenSockets | |
+ | TryAgain | |
+ | TypeNotFound | |
+ | value__ | |
+ | VersionNotSupported | |
+ | WouldBlock |
System.Net.Sockets.SocketFlags != | ||
---|---|---|
- | Broadcast | |
- | ControlDataTruncated | |
= | DontRoute | |
= | MaxIOVectorLength | |
- | Multicast | |
= | None | |
= | OutOfBand | |
= | Partial | |
= | Peek | |
- | Truncated | |
= | value__ |
System.Net.Sockets.SocketOptionLevel = | ||
---|---|---|
= | IP | |
= | IPv6 | |
= | Socket | |
= | Tcp | |
= | Udp | |
= | value__ |
System.Net.Sockets.SocketOptionName != | ||
---|---|---|
= | AcceptConnection | |
= | AddMembership | |
= | AddSourceMembership | |
= | BlockSource | |
= | Broadcast | |
= | BsdUrgent | |
= | ChecksumCoverage | |
= | Debug | |
= | DontFragment | |
= | DontLinger | |
= | DontRoute | |
= | DropMembership | |
= | DropSourceMembership | |
= | Error | |
= | ExclusiveAddressUse | |
= | Expedited | |
= | HeaderIncluded | |
- | HopLimit | |
= | IPOptions | |
= | IpTimeToLive | |
= | KeepAlive | |
= | Linger | |
= | MaxConnections | |
= | MulticastInterface | |
= | MulticastLoopback | |
= | MulticastTimeToLive | |
= | NoChecksum | |
= | NoDelay | |
= | OutOfBandInline | |
= | PacketInformation | |
= | ReceiveBuffer | |
= | ReceiveLowWater | |
= | ReceiveTimeout | |
= | ReuseAddress | |
= | SendBuffer | |
= | SendLowWater | |
= | SendTimeout | |
= | Type | |
= | TypeOfService | |
= | UnblockSource | |
- | UpdateAcceptContext | |
- | UpdateConnectContext | |
= | UseLoopback | |
= | 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 () | |
- | 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 () | |
= | Connect (String hostname, Int32 port) | |
= | Connect (IPAddress address, Int32 port) | |
= | Connect (IPEndPoint remoteEP) | |
- | Connect (IPAddress[] ipAddresses, Int32 port) | |
- | EndConnect (IAsyncResult asyncResult) | |
= | GetStream () | |
- | Available | |
- | Client | |
- | Connected | |
- | ExclusiveAddressUse | |
= | LingerState | |
= | NoDelay | |
= | ReceiveBufferSize | |
= | ReceiveTimeout | |
= | SendBufferSize | |
= | SendTimeout |
System.Net.Sockets.TcpListener != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | AcceptSocket () | |
= | AcceptTcpClient () | |
- | BeginAcceptSocket (AsyncCallback callback, Object state) | |
- | BeginAcceptTcpClient (AsyncCallback callback, Object state) | |
- | EndAcceptSocket (IAsyncResult asyncResult) | |
- | EndAcceptTcpClient (IAsyncResult asyncResult) | |
= | Pending () | |
= | Start () | |
- | Start (Int32 backlog) | |
= | Stop () | |
- | ExclusiveAddressUse | |
= | LocalEndpoint | |
- | Server |
System.Net.Sockets.TransmitFileOptions + | ||
---|---|---|
+ | Disconnect | |
+ | ReuseSocket | |
+ | UseDefaultWorkerThread | |
+ | UseKernelApc | |
+ | UseSystemThread | |
+ | value__ | |
+ | WriteBehind |
System.Net.Sockets.UdpClient != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
- | BeginReceive (AsyncCallback requestCallback, Object state) | |
- | BeginSend (Byte[] datagram, Int32 bytes, IPEndPoint endPoint, AsyncCallback requestCallback, Object state) | |
- | BeginSend (Byte[] datagram, Int32 bytes, String hostname, Int32 port, AsyncCallback requestCallback, Object state) | |
- | BeginSend (Byte[] datagram, Int32 bytes, AsyncCallback requestCallback, Object state) | |
= | Close () | |
= | Connect (String hostname, Int32 port) | |
= | Connect (IPAddress addr, Int32 port) | |
= | Connect (IPEndPoint endPoint) | |
= | DropMulticastGroup (IPAddress multicastAddr) | |
= | DropMulticastGroup (IPAddress multicastAddr, Int32 ifindex) | |
- | EndReceive (IAsyncResult asyncResult, IPEndPoint& remoteEP) | |
- | EndSend (IAsyncResult asyncResult) | |
= | JoinMulticastGroup (IPAddress multicastAddr) | |
- | JoinMulticastGroup (IPAddress multicastAddr, IPAddress localAddress) | |
= | JoinMulticastGroup (Int32 ifindex, IPAddress multicastAddr) | |
= | JoinMulticastGroup (IPAddress multicastAddr, Int32 timeToLive) | |
= | Receive (IPEndPoint& remoteEP) | |
= | Send (Byte[] dgram, Int32 bytes, IPEndPoint endPoint) | |
= | Send (Byte[] dgram, Int32 bytes, String hostname, Int32 port) | |
= | Send (Byte[] dgram, Int32 bytes) | |
- | Available | |
- | Client | |
- | DontFragment | |
- | EnableBroadcast | |
- | ExclusiveAddressUse | |
- | MulticastLoopback | |
- | Ttl |
Powered by Ricciolo