Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is possible add method propfind to enum asMethod #2124

Closed
freyes-lef opened this issue Aug 11, 2023 · 2 comments
Closed

is possible add method propfind to enum asMethod #2124

freyes-lef opened this issue Aug 11, 2023 · 2 comments

Comments

@freyes-lef
Copy link

Hi

my request it´s similar to #1689

In older versions of RestSharp i use this:

var response = client.ExecuteAsPost(request, "PROPFIND");

it,s possible add de PROPFIND method to call to webdav server

example:
var response = await client.ExecutePostAsync(request, Method.Propfind);

Thnks in advance

@freyes-lef
Copy link
Author

It´s possible add the rest of methods for webdav in future previsions:

MKCOL, MOVE, LOCK, UNLOCK

Thanks

@alexeyzimarev
Copy link
Member

I added a more generic issue #2166, let's discuss it there.

@alexeyzimarev alexeyzimarev closed this as not planned Won't fix, can't repro, duplicate, stale Jan 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants