SocketShutdown

SocketShutdown CF 1.0, ECMA 1.0, serializable

System.Net.Sockets (system.dll) enum

This enumeration provides values used by Socket.Shutdown( ) . Receive specifies that receiving will be disabled on a socket. Send specifies that sending will be disabled. Both disables sending and receiving.

 public enum  SocketShutdown  {  Receive = 0  ,  Send = 1  ,  Both = 2  } 

Hierarchy

System.Object System.ValueType System.Enum(System.IComparable , System.IFormattable , System.IConvertible) SocketShutdown

Passed To

Socket.Shutdown( )



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net