3 references to Method
System.Data.Services (3)
System\Data\Services\RequestUriProcessor.cs (2)
499
if (service.OperationContext.RequestMethod != segment.Operation.
Method
)
501
throw DataServiceException.CreateMethodNotAllowed(Strings.RequestUriProcessor_MethodNotAllowed, segment.Operation.
Method
);
System\Data\Services\Serializers\MetadataSerializer.cs (1)
196
MetadataSerializer.WriteDataWebMetadata(writer, XmlConstants.ServiceOperationHttpMethodName, operation.
Method
);