3 references to ResponseAllowHeader
System.Data.Services (3)
System\Data\Services\BatchServiceHost.cs (1)
335
this.responseHeaders[HttpResponseHeader.Allow] = args.
ResponseAllowHeader
;
System\Data\Services\HttpContextServiceHost.cs (2)
442
if (args.
ResponseAllowHeader
!= null)
444
this.operationContext.OutgoingResponse.Headers[HttpResponseHeader.Allow] = args.
ResponseAllowHeader
;