Dart.PowerTCP.SslSockets 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 Send or Receive are used. See the SocketFlags topic within the MSDN documentation for more info.
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Segment Class | Segment Members
Send comments on this topic.
Documentation version 1.1.2.0.
© 2008 Dart Communications. All rights reserved.