6 writes to astoriaHttpVerb
System.Data.Services (6)
System\Data\Services\DataServiceHostWrapper.cs (6)
123
this.
astoriaHttpVerb
= AstoriaVerbs.None;
153
this.
astoriaHttpVerb
= AstoriaVerbs.GET;
157
this.
astoriaHttpVerb
= AstoriaVerbs.POST;
161
this.
astoriaHttpVerb
= AstoriaVerbs.PUT;
165
this.
astoriaHttpVerb
= AstoriaVerbs.MERGE;
169
this.
astoriaHttpVerb
= AstoriaVerbs.DELETE;
2 references to astoriaHttpVerb
System.Data.Services (2)
System\Data\Services\DataServiceHostWrapper.cs (2)
146
if (this.
astoriaHttpVerb
== AstoriaVerbs.None)
179
return this.
astoriaHttpVerb
;