CBL replication on wifi only c# .net xamarin

How to set the replications (push & pull) to only run when connected to WiFi / Cell? I have seen the documents for the Java SDK but not for the .NET one.

Any thoughts on this?

Sorry about the delay in answering. We’ve all been busy with our annual conference. This logic is not a part of the .net codebase, and is something you will need to implement yourself. I’m not sure if this is something that can be added without being removed later as part of the .NET Standard refactor. Basically, you will just need a system that reacts to changes in network type and starts / stops replications accordingly.

Sorry for pestering you guys.
That’s what I suspected. Ok thanks!