BaseEndpointHttpMode Property |
Namespace: VDS.RDF
This property defaults to the value AUTO. in AUTO mode GET will be used unless the total length of query parameters exceeeds 2048 characters or the query contains non-ASCII characters, and POST will be used for longer queries or where the query contains non-ASCII characters.
Only AUTO, GET and POST are permitted - implementations may override this property if they wish to support more methods.