public void TestBlob() { try { StrIntHashMap a = null; testServer.p_Blob(a); testClient.p_Blob(a); } catch (Exception) { // TODO Auto-generated catch block } }
public void p_BlobMethod() { this.myMap = this.myMainTestClient.p_Blob(this.myMap); }
public StrIntHashMap p_Blob(StrIntHashMap a) { return(a); }