RallyRestApiHeaders Property |
The HTTP headers to be included on all REST requests
Namespace: Rally.RestApiAssembly: Rally.RestApi (in Rally.RestApi.dll) Version: 3.1.1.0 (3.1.1.0)
Syntaxpublic Dictionary<RallyRestApiHeaderType, string> Headers { get; }
Public ReadOnly Property Headers As Dictionary(Of RallyRestApiHeaderType, String)
Get
public:
property Dictionary<RallyRestApiHeaderType, String^>^ Headers {
Dictionary<RallyRestApiHeaderType, String^>^ get ();
}
member Headers : Dictionary<RallyRestApiHeaderType, string> with get
Property Value
Type:
DictionaryRallyRestApiHeaderType,
String
See Also