Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~189 People Reached
Favorite Forums
Favorite Tags
Member Avatar for s3ttt

using System; using WebApplication1.mdws; using System.IO; using System.Text; namespace WebApplication1 { public class MdwsDao { QuerySvc _svc; public MdwsDao() { _svc = new QuerySvc(); _svc.CookieContainer = new System.Net.CookieContainer(); } public void connectAsJohn() { _svc.visitSite("foo", "523", "523", "SMITH,JOHN", "3050134", "999999999", ""); } public string[] ddr(string vistaFile, string vistaFields, string flags, string …

Member Avatar for thines01
0
189