Bind the client to an interface :param interface: the DceRpcInterface object
(self, interface: Union[DceRpcInterface, ComInterface])
| 691 | return False |
| 692 | |
| 693 | def bind(self, interface: Union[DceRpcInterface, ComInterface]) -> bool: |
| 694 | """ |
| 695 | Bind the client to an interface |
| 696 | |
| 697 | :param interface: the DceRpcInterface object |
| 698 | """ |
| 699 | return self._bind(interface, DceRpc5Bind, DceRpc5BindAck) |
| 700 | |
| 701 | def alter_context(self, interface: Union[DceRpcInterface, ComInterface]) -> bool: |
| 702 | """ |
no test coverage detected