PowerTCP Mail for .NET
SocketFlags Property
See Also  Send comments on this topic.
Dart.PowerTCP.Mail Namespace > Segment Class : SocketFlags Property




Gets the SocketFlags associated with the Segment.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SocketFlags As SocketFlags
Visual Basic (Usage)Copy Code
Dim instance As Segment
Dim value As SocketFlags
 
value = instance.SocketFlags
C# 
public SocketFlags SocketFlags {get;}
Managed Extensions for C++ 
public: __property SocketFlags get_SocketFlags();
C++/CLI 
public:
property SocketFlags SocketFlags {
   SocketFlags get();
}

Property Value

The SocketFlags associated with the Segment.

Remarks

Indicates the flags used when Tcp.Send or Tcp.Receive are used. See the SocketFlags topic within the MSDN documentation for more info.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 3.2
© 2010 Dart Communications. All Rights Reserved.