Handle a WFS request.
[Visual Basic 6.0] Function GetData(
ByVal httpVerb As esriWFSHttpVerb, _
ByVal request As String _
) As String
[Visual Basic .NET] Public Function GetData ( _ ByVal httpVerb As esriWFSHttpVerb, _ ByVal request As String _ ) As String
[C#] public string GetData ( esriWFSHttpVerb httpVerb, string request );
[Java] public String getData ( esriWFSHttpVerb httpVerb, String request ) throws IOException, AutomationException
[C++] HRESULT GetData( esriWFSHttpVerb httpVerb, BSTR request, BSTR* responseUrl );
Parameters
httpVerb [in]
httpVerb is a parameter of type esriWFSHttpVerb
request [in]
request is a parameter of type BSTR
responseUrl [out, retval]
responseUrl is a parameter of type BSTR