Example #1
0
 public static string GetDeviceModelName()
 {
     BaitAndSwitch.Throw();
     return(null);
 }
Example #2
0
 public static string GetHostName()
 {
     BaitAndSwitch.Throw();
     return(null);
 }
Example #3
0
 public static IDisposable CreateTimer(Action action, TimeSpan interval)
 {
     BaitAndSwitch.Throw();
     return(null);
 }
Example #4
0
 public static string GetBluetoothName()
 {
     BaitAndSwitch.Throw();
     return(null);
 }
Example #5
0
 public void Send(byte[] buffer, int offset, int count)
 {
     BaitAndSwitch.Throw();
 }
Example #6
0
 public void Dispose()
 {
     BaitAndSwitch.Throw();
 }
Example #7
0
 public int Receive(byte[] buffer, int offset, int count)
 {
     BaitAndSwitch.Throw();
     return(0);
 }
Example #8
0
 public bool Pool(int microSeconds)
 {
     BaitAndSwitch.Throw();
     return(false);
 }
Example #9
0
 public void Connect(IpEndpoint ipEndpoint)
 {
     BaitAndSwitch.Throw();
 }
Example #10
0
 public UdpClient()
 {
     LocalIpEndpoint = new IpEndpoint(IpAddress.AnyAddress, 0);
     BaitAndSwitch.Throw();
 }
Example #11
0
 public static void Start(string name, Action action)
 {
     BaitAndSwitch.Throw();
 }