mscorlib(4.0.0.0) API with additions
SocketShutdown.cs
1
namespace
System.Net.Sockets
2
{
4
public
enum
SocketShutdown
5
{
7
Receive,
9
Send,
11
Both
12
}
13
}
System.Net.Sockets.SocketShutdown
SocketShutdown
Defines constants that are used by the M:System.Net.Sockets.Socket.Shutdown(System....
Definition:
SocketShutdown.cs:4
System.Net.Sockets
Definition:
AcceptAsyncResult.cs:1
All cs
System.Net.Sockets
SocketShutdown.cs
Generated by
1.8.15