HttpWebRequest method called 'Method'
Posted: Tue Dec 12, 2017 11:44 am
Hi
Am in the process of trying to get our application compiling in X# and have a problem.
I'm trying to make use of the System.Net.HttpWebRequest class.
One of its methods is called 'Method' and when I try to use:
oWebReq:Method:="POST"
I get:
error XS9002: Parser: mismatched input ':' expecting EOS
error XS9002: Parser: mismatched input ':='
Presumably this is because its expecting a Method definition?
Is there a way around that?
Thanks
Leigh
Am in the process of trying to get our application compiling in X# and have a problem.
I'm trying to make use of the System.Net.HttpWebRequest class.
One of its methods is called 'Method' and when I try to use:
oWebReq:Method:="POST"
I get:
error XS9002: Parser: mismatched input ':' expecting EOS
error XS9002: Parser: mismatched input ':='
Presumably this is because its expecting a Method definition?
Is there a way around that?
Thanks
Leigh