Delegate SupportsContentType
- Namespace
- RestSharp.Serializers
- Assembly
- RestSharp.dll
public delegate bool SupportsContentType(string contentType)
Parameters
contentType
string
Returns
- bool
Constructors
SupportsContentType(object, nint)
public SupportsContentType(object @object, nint method)
Parameters
object
object
method
nint
Methods
BeginInvoke(string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string contentType, AsyncCallback callback, object @object)
Parameters
contentType
string
callback
AsyncCallback
object
object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual bool EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Returns
- bool
Invoke(string)
public virtual bool Invoke(string contentType)
Parameters
contentType
string
Returns
- bool