| 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.Indicates the flags used when Tcp.Send or Tcp.Receive are used. See the SocketFlags topic within the MSDN documentation for more info.
Target Platforms: Microsoft .NET Framework 2.0
Copy Code