jorgediz / xmlrpcnet

Automatically exported from code.google.com/p/xmlrpcnet
0 stars 0 forks source link

ServicePoint.Expect100Continue and 1.0 Build #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Following line does not compile for 1.0 Framework:

httpReq.ServicePoint.Expect100Continue = _expect100Continue;

Investigate why this built before and decide whether to remove the ability
to set this in 1.0 build or whether lowest supported version of Framework
will be 1.1

Original issue reported on code.google.com by ChasC...@gmail.com on 22 Nov 2007 at 8:21

GoogleCodeExporter commented 8 years ago
Fix build for 1.0 to maintain compatibility

Original comment by ChasC...@gmail.com on 15 Dec 2007 at 10:42