Click here to Skip to main content
15,913,941 members

Comments by hassan faghihi (Top 5 by date)

hassan faghihi 31-Dec-11 13:37pm View    
Ok , think , i have multiple method with different signature:
like :
encodingA(string,int,enum):byte[]
encodingA(string,string,enum):byte[]
encodingA(string,string,string):byte[]
encodingA(string,int,enum):byte[]
hassan faghihi 30-Dec-11 22:51pm View    
hey man,
1. this way again both mothod have same signature...
2. as i said i'm looking for something to use in .Net 2, which 'Func' class come within .Net 3.5
hassan faghihi 30-Dec-11 22:48pm View    
this way i have to implement the interface in all the encryption method, yes, that's what I'll do.
but maybe some one wanna pass a new method to this... it wont perform using interface ?! isn't that right?
isn't delegate better in such a time?!
hassan faghihi 13-Sep-10 17:57pm View    
so i should make this function twis?
1 for if is connect and resaut, once to see how much is ping?!!

and one more thing, if i call ping several time, it wont mix again ?!
i see your class is diffrent from the MSDN one, what shouldi write here to it give me ping value ... ?!
BTW it's get class , not set class, so how it suppose to return me value?


sry, i'm so noob...
i had friend, but unfortunately he died in accident, and i can't ask him any more... i'm hard to understand things, that's why i ask too many questions
hassan faghihi 13-Sep-10 10:47am View    
1.what u mean offload my downloading? can u give me a sample?
2. think same, but dunno how to do it in other way, need to change my code, and i dunno what exactly i should replace, and what put there instead?!

or for example make 10 function that do ping chacking that if one isn't available second do it ... but ...!!!