SetWebServiceProperties Method
See Also 
SourceCode.Workflow.Design.SharePoint.WorkflowIntegration.Shared Namespace > WICommon Class : SetWebServiceProperties Method



ws
webServiceURL
credCache

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Shared Sub SetWebServiceProperties( _
   ByVal ws As HttpWebClientProtocol, _
   ByVal webServiceURL As String, _
   ByVal credCache As CredentialCache _
) 
Visual Basic (Usage) Copy Code
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

Requirements

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

See Also