Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 SocketAsyncOperation Enumeration

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
SocketAsyncOperation Enumeration

The type of asynchronous socket operation most recently performed with this context object.

Namespace:  System.Net.Sockets
Assembly:  System (in System.dll)
Visual Basic (Declaration)
Public Enumeration SocketAsyncOperation
Visual Basic (Usage)
Dim instance As SocketAsyncOperation
C#
public enum SocketAsyncOperation
Visual C++
public enum class SocketAsyncOperation
JScript
public enum SocketAsyncOperation
Member nameDescription
None None of the socket operations.
Accept A socket Accept operation.
Connect A socket Connect operation.
Disconnect A socket Disconnect operation.
Receive A socket Receive operation.
ReceiveFrom A socket ReceiveFrom operation.
ReceiveMessageFrom A socket ReceiveMessageFrom operation.
Send A socket Send operation.
SendPackets A socket SendPackets operation.
SendTo A socket SendTo operation.

This type describes the asynchronous socket operation that was most recently completed using a System.Net.Sockets..::.SocketAsyncEventArgs object. The value of the SocketAsyncEventArgs..::.LastOperation property is set to None until the System.Net.Sockets..::.SocketAsyncEventArgs instance is used to begin an asynchronous socket operation. The property will then be set to the type of asynchronous operation being performed. This type more easily facilitates using a single completion callback delegate for multiple kinds of asynchronous socket operations. This type is intended for use in the SocketAsyncCallback completion routine.

The SocketAsyncOperation type is used by the SocketAsyncEventArgs..::.LastOperation property.

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5 SP1, 3.0 SP1, 2.0 SP1
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker