Table of Contents

Interface IRequestProxy

Namespace
RestSharp.Portable
Assembly
RestSharp.Portable.Core.dll
public interface IRequestProxy

Properties

Credentials

ICredentials Credentials { get; set; }

Property Value

ICredentials

Methods

GetProxy(Uri)

Uri GetProxy(Uri destination)

Parameters

destination Uri

Returns

Uri

IsBypassed(Uri)

bool IsBypassed(Uri host)

Parameters

host Uri

Returns

bool