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