예제 #1
0
    def test_hSchRpcHighestVersion(self):
        dce, rpctransport = self.connect(self.stringBindingAtSvc,
                                         tsch.MSRPC_UUID_TSCHS)

        resp = tsch.hSchRpcHighestVersion(dce)
        resp.dump()
예제 #2
0
    def test_hSchRpcHighestVersion(self):
        dce, rpctransport = self.connect(self.stringBindingAtSvc, tsch.MSRPC_UUID_TSCHS)

        resp = tsch.hSchRpcHighestVersion(dce)
        resp.dump()
예제 #3
0
 def test_hSchRpcHighestVersion(self):
     dce, rpc_transport = self.connect()
     resp = tsch.hSchRpcHighestVersion(dce)
     resp.dump()