'Declaration Public Property OnRequest As Func(Of OnRequestInfo,OnRequestInfo)
public Func<OnRequestInfo,OnRequestInfo> OnRequest {get; set;}
'Declaration Public Property OnRequest As Func(Of OnRequestInfo,OnRequestInfo)
public Func<OnRequestInfo,OnRequestInfo> OnRequest {get; set;}
OnRequest
callback allows you to customize the request information before it is sent to the Web API.