Skip to content

Restsharp - method not found RestRequest.set_ResponseWriter #38

Description

@troncomputers

I am getting an error
Method not found: 'Void RestSharp.RestRequest.set_ResponseWriter(System.Func'2<System.IO.Stream,System.IO.Stream>)'.
with code:

            var smsClient = new ClientOAuth("token");
            var smsApi = new SMSFactory(smsClient, ProxyAddress.SmsApiPl);

            var results = await smsApi.ActionSend()
                .SetText("TEST MESSAGE")
                .SetTo("phone_number")
                .SetSender("sender")
                .ExecuteAsync();

            var status = results.List;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions