[bcl] Add missing APIs for netstandard parity and expose a few APIs on mobile
[mono.git] / mcs / class / System / System.Net.Sockets / SocketAsyncEventArgs.cs
index 361f55ec929b450e147b04dbfb7a07794b36f485..438d4bc31e9a3dcf97f763d3ba444272030d218d 100644 (file)
@@ -111,12 +111,10 @@ namespace System.Net.Sockets
                        set;
                }
 
-#if !MOBILE
                public TransmitFileOptions SendPacketsFlags {
                        get;
                        set;
                }
-#endif
 
                [MonoTODO ("unused property")]
                public int SendPacketsSendSize {