Responder Developer Guide
CreateWebRequest Method


Syntax
'Declaration
 
Public Shared Function CreateWebRequest( _
   ByVal method As String, _
   ByVal url As String _
) As HttpWebRequest
'Usage
 
Dim method As String
Dim url As String
Dim value As HttpWebRequest
 
value = SoapWebServiceCaller.CreateWebRequest(method, url)
public static HttpWebRequest CreateWebRequest( 
   string method,
   string url
)

Parameters

method
url
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

SoapWebServiceCaller Class
SoapWebServiceCaller Members

 

 


Send Comment