Skip to content

Restsharp - method not found RestRequest.set_ResponseWriter #38

@troncomputers

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;

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