Configurates
C1.Web.Mvc.BaseODataCollectionViewService<T>.RequestHeaders. Sets an object containing request headers to be used when sending or requesting data. The most typical use for this property is in scenarios where authentication is required.
Syntax
'Declaration
Public Function RequestHeader( _
ByVal As String, _
ByVal As Object _
) As
public RequestHeader(
string ,
object
)
Parameters
- key
- The key of one request header.
- value
- The value of the request header.
Return Value
Current builder.
See Also