Home > database >  VB.net call instantiation CcookieContainer webservice
VB.net call instantiation CcookieContainer webservice

Time:09-22

Description:
WebService address: http://XXX/Ws403/WebServiceCore.asmx
After the success of the login, will write webservice cookie value
Login must be instantiated before CookieContainer
WebService. WebServiceCore core=new WebService. WebServiceCore ();
The core. The CookieContainer=new System.Net.CookieContainer ();

Question:
How to instantiate in vb.net?

I add a service reference, reference WebService address: http://XXX/Ws403/WebServiceCore.asmx, named WebService
Excuse me, how to instantiate the CookieContainer, how do you write the code? Thank you very much!

CodePudding user response:

This is the PB BBS!

CodePudding user response:

This is the PB BBS!

CodePudding user response:

Thinking something like this:
1. Build the client proxy objects
2. Instantiate proxy objects
  • Related