public static string GetDeviceModelName() { BaitAndSwitch.Throw(); return(null); }
public static string GetHostName() { BaitAndSwitch.Throw(); return(null); }
public static IDisposable CreateTimer(Action action, TimeSpan interval) { BaitAndSwitch.Throw(); return(null); }
public static string GetBluetoothName() { BaitAndSwitch.Throw(); return(null); }
public void Send(byte[] buffer, int offset, int count) { BaitAndSwitch.Throw(); }
public void Dispose() { BaitAndSwitch.Throw(); }
public int Receive(byte[] buffer, int offset, int count) { BaitAndSwitch.Throw(); return(0); }
public bool Pool(int microSeconds) { BaitAndSwitch.Throw(); return(false); }
public void Connect(IpEndpoint ipEndpoint) { BaitAndSwitch.Throw(); }
public UdpClient() { LocalIpEndpoint = new IpEndpoint(IpAddress.AnyAddress, 0); BaitAndSwitch.Throw(); }
public static void Start(string name, Action action) { BaitAndSwitch.Throw(); }