11 references to PUT
System.Data.Services (11)
System\Data\Services\DataService.cs (3)
759
else if (host.AstoriaHttpVerb == AstoriaVerbs.
PUT
||
764
if (host.AstoriaHttpVerb == AstoriaVerbs.
PUT
)
853
if (host.AstoriaHttpVerb == AstoriaVerbs.
PUT
||
System\Data\Services\DataServiceHostWrapper.cs (1)
161
this.astoriaHttpVerb = AstoriaVerbs.
PUT
;
System\Data\Services\RequestUriProcessor.cs (1)
652
bool isUpdateQueryForLinks = isAfterLink && (verbUsed == AstoriaVerbs.
PUT
|| verbUsed == AstoriaVerbs.MERGE);
System\Data\Services\Serializers\Deserializer.cs (3)
153
(update /*PUT,MERGE*/ && (dataService.OperationContext.Host.AstoriaHttpVerb == AstoriaVerbs.MERGE || dataService.OperationContext.Host.AstoriaHttpVerb == AstoriaVerbs.
PUT
)),
442
if (host.AstoriaHttpVerb == AstoriaVerbs.
PUT
)
833
if (requestVerb == AstoriaVerbs.
PUT
)
System\Data\Services\Serializers\JsonDeserializer.cs (2)
434
this.Service.OperationContext.Host.AstoriaHttpVerb == AstoriaVerbs.
PUT
/*replaceResource*/);
504
changed = changed || this.Service.OperationContext.Host.AstoriaHttpVerb == AstoriaVerbs.
PUT
;
System\Data\Services\Serializers\SyndicationDeserializer.cs (1)
395
bool replaceResource = topLevel && host.AstoriaHttpVerb == AstoriaVerbs.
PUT
;