StopIosProxy() private méthode

private StopIosProxy ( ushort localPort ) : void
localPort ushort
Résultat void
 public void StopRemoteSupport()
 {
     if (this.remotePort != -1)
     {
         Usbmuxd.StopIosProxy((ushort)this.remotePort);
     }
     this.remotePort = -1;
 }
 public void StopPlayerConnectionSupport()
 {
     if (this.playerPort != -1)
     {
         Usbmuxd.StopIosProxy((ushort)this.playerPort);
     }
     this.playerPort = -1;
 }