Hi,
how can i reject(Deny) received data from socket?
Ex.:
Private Sub WinSck1_DataArrival(ByVal bytesTotal As Long)
WinSck1.GetData Dim_Data, vbString
If bytesTotal > "300" Then
REJECT(Deny) DATA ' How to do this?
End If
Very thanks![]()
|
Results 1 to 3 of 3
Threaded View
|
Click Here to Expand Forum to Full Width |