Example #1
0
 internal CachedResponse(System.Data.Services.Client.Descriptor descriptor, Dictionary <string, string> headers, HttpStatusCode statusCode, System.Version responseVersion, ODataEntry entry, System.Exception exception)
 {
     this.Descriptor = descriptor;
     this.Entry      = entry;
     this.Exception  = exception;
     this.Headers    = headers;
     this.StatusCode = statusCode;
     this.Version    = responseVersion;
 }
Example #2
0
 internal CachedResponse(System.Data.Services.Client.Descriptor descriptor, Dictionary<string, string> headers, HttpStatusCode statusCode, System.Version responseVersion, ODataEntry entry, System.Exception exception)
 {
     this.Descriptor = descriptor;
     this.Entry = entry;
     this.Exception = exception;
     this.Headers = headers;
     this.StatusCode = statusCode;
     this.Version = responseVersion;
 }
 internal ChangeOperationResponse(Dictionary <string, string> headers, System.Data.Services.Client.Descriptor descriptor) : base(headers)
 {
     this.descriptor = descriptor;
 }
Example #4
0
 internal SendingRequest2EventArgs(IODataRequestMessage requestMessage, System.Data.Services.Client.Descriptor descriptor, bool isBatchPart)
 {
     this.RequestMessage = requestMessage;
     this.Descriptor     = descriptor;
     this.IsBatchPart    = isBatchPart;
 }
Example #5
0
 internal ChangeOperationResponse(Dictionary<string, string> headers, System.Data.Services.Client.Descriptor descriptor) : base(headers)
 {
     this.descriptor = descriptor;
 }