Visual Basic (Declaration) | |
---|---|
Public Shared Sub SetWebServiceProperties( _ ByVal ws As HttpWebClientProtocol, _ ByVal webServiceURL As String, _ ByVal credCache As CredentialCache _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim ws As HttpWebClientProtocol Dim webServiceURL As String Dim credCache As CredentialCache WICommon.SetWebServiceProperties(ws, webServiceURL, credCache) |
C# | |
---|---|
public static void SetWebServiceProperties( HttpWebClientProtocol ws, string webServiceURL, CredentialCache credCache ) |
C++/CLI | |
---|---|
public: static void SetWebServiceProperties( HttpWebClientProtocol^ ws, String^ webServiceURL, CredentialCache^ credCache ) |
Parameters
- ws
- webServiceURL
- credCache
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2