Dart.PowerTCP.EmailValidation Namespace > Segment Class : SocketFlags Property |
Gets the SocketFlags associated with the Segment.
[Visual Basic]
Public ReadOnly Property SocketFlags As SocketFlags
[C#]
public SocketFlags SocketFlags {get;}
[C++]
public: __property SocketFlags get_SocketFlags();
[C++/CLI]
public:
property SocketFlags SocketFlags {
SocketFlags get();
}
The SocketFlags associated with the Segment.
Indicates the flags used when Tcp.Send or Tcp.Receive are used. See the SocketFlags topic within the MSDN documentation for more info.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
Segment Class | Segment Members
Send comments on this topic.
Documentation version 1.0.3.0.
© 2008 Dart Communications. All rights reserved.