Question about Socket Flags
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I have declared a Socket.I have some problem on recieving data.I can not find my answers about Socket flags And how could I use them. Actually I wanted to use "SocketFlags.MaxIOVectorLength" unfortunatly it did not worked. tmpSocket.Receive(DataBuffer,0,BufferSize,SocketFlags.MaxIOVectorLength); Please give me help or resource on this Subject ? Thanks in advance.