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