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