C# Class Arango.Client.Protocol.Request

Mostra file Open project: yojimbo87/ArangoDB-NET Class Usage Examples

Private Properties

Property Type Description
GetRelativeUri string
Request System.Collections.Generic
Request System.Collections.Generic
TrySetBodyParameter void
TrySetHeaderParameter void
TrySetQueryStringParameter void

Private Methods

Method Description
GetRelativeUri ( ) : string
Request ( Arango.Client.Protocol.HttpMethod httpMethod, string apiUri ) : System.Collections.Generic
Request ( Arango.Client.Protocol.HttpMethod httpMethod, string apiUri, string operationUri ) : System.Collections.Generic
TrySetBodyParameter ( string parameterName, object>.Dictionary source, object>.Dictionary destination ) : void
TrySetHeaderParameter ( string parameterName, object>.Dictionary parameters ) : void
TrySetQueryStringParameter ( string parameterName, object>.Dictionary parameters ) : void